Files
E-Cameron-3.2-1B/README.md
ModelHub XC 131728b5cc 初始化项目,由ModelHub XC社区提供模型
Model: UmbrellaInc/E-Cameron-3.2-1B
Source: Original Platform
2026-05-27 16:56:16 +08:00

66 lines
1.4 KiB
Markdown

---
base_model:
- UmbrellaInc/Executer-Virus-3.2-1B
- UmbrellaInc/Dr.Cameron-3.2-1B
- Novaciano/Think-Doctor.Death-3.2-1B
library_name: transformers
tags:
- merge
- not-for-all-audiences
license: llama3.2
language:
- en
- es
pipeline_tag: text-generation
---
# E-Cameron 3.2 1B
<center>
![image/png](https://i.ibb.co/TD1sjR1s/1af789f0-36c3-4cd2-b51e-146ba400e54a.png)
</center>
## Merge Details
### Merge Method
This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [UmbrellaInc/Dr.Cameron-3.2-1B](https://huggingface.co/UmbrellaInc/Dr.Cameron-3.2-1B) as a base.
### Models Merged
The following models were included in the merge:
* [UmbrellaInc/Executer-Virus-3.2-1B](https://huggingface.co/UmbrellaInc/Executer-Virus-3.2-1B)
* [Novaciano/Think-Doctor.Death-3.2-1B](https://huggingface.co/Novaciano/Think-Doctor.Death-3.2-1B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: dare_ties
dtype: float32
out_dtype: float32
base_model: UmbrellaInc/Dr.Cameron-3.2-1B
models:
- model: UmbrellaInc/Executer-Virus-3.2-1B
parameters:
weight: 0.5
density: 0.7
- model: Novaciano/Think-Doctor.Death-3.2-1B
parameters:
weight: 0.5
density: 0.8
parameters:
int8_mask: true
normalize: true
rescale: true
rescale_factor: 1.15
prune_threshold: 0.03
tie_word_embeddings: true
tie_output_embeddings: true
```