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

Model: Novaciano/Uncensored_Kali-3.2-1B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-16 06:03:15 +08:00
commit 1bd4482c79
12 changed files with 2244 additions and 0 deletions

47
README.md Normal file
View File

@@ -0,0 +1,47 @@
---
base_model:
- Novaciano/Eurinoferus-3.2-1B
- cazzz307/Abliterated-Llama-3.2-1B-Instruct
library_name: transformers
tags:
- mergekit
- merge
---
# merge
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 [Arcee Fusion](https://arcee.ai) merge method using [Novaciano/Eurinoferus-3.2-1B](https://huggingface.co/Novaciano/Eurinoferus-3.2-1B) as a base.
### Models Merged
The following models were included in the merge:
* [cazzz307/Abliterated-Llama-3.2-1B-Instruct](https://huggingface.co/cazzz307/Abliterated-Llama-3.2-1B-Instruct)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
dtype: float32
out_dtype: bfloat16
merge_method: arcee_fusion
base_model: Novaciano/Eurinoferus-3.2-1B
models:
- model: Novaciano/Eurinoferus-3.2-1B
parameters:
weight:
- filter: mlp
value: [1, 2]
- value: 1
- model: cazzz307/Abliterated-Llama-3.2-1B-Instruct
parameters:
weight:
- filter: lm_head
value: 1
- value: [1, 0.5]
```