初始化项目,由ModelHub XC社区提供模型

Model: NovaCorp/Podredumbre-3.2-1B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 11:54:33 +08:00
commit de71d86852
16 changed files with 2424 additions and 0 deletions

60
README.md Normal file
View File

@@ -0,0 +1,60 @@
---
base_model:
- nbeerbower/HumanLlama-3.2-1B
- juiceb0xc0de/bella-bartender-heretic-1b
library_name: transformers
tags:
- mergekit
- merge
---
# Podredumbre 3.2 1B
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
### Models Merged
The following models were included in the merge:
* [nbeerbower/HumanLlama-3.2-1B](https://huggingface.co/nbeerbower/HumanLlama-3.2-1B)
* [juiceb0xc0de/bella-bartender-heretic-1b](https://huggingface.co/juiceb0xc0de/bella-bartender-heretic-1b)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
# =========================
# Podredumbre-3.2-1B
# Human-class B.O.W. (Infected Host)
# =========================
merge_method: slerp
dtype: float32
out_dtype: float32
base_model: nbeerbower/HumanLlama-3.2-1B
models:
- model: nbeerbower/HumanLlama-3.2-1B
parameters:
weight: 0.55
- model: juiceb0xc0de/bella-bartender-heretic-1b
parameters:
weight: 0.45
parameters:
t: 0.45
normalize: false
rescale: true
rescale_factor: 1.12
memory_efficient: true
```