Update README.md
Browse files
README.md
CHANGED
|
@@ -1,47 +1,50 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model:
|
| 3 |
-
- Novaciano/Eurinoferus-3.2-1B
|
| 4 |
-
- cazzz307/Abliterated-Llama-3.2-1B-Instruct
|
| 5 |
-
library_name: transformers
|
| 6 |
-
tags:
|
| 7 |
-
- mergekit
|
| 8 |
-
- merge
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Novaciano/Eurinoferus-3.2-1B
|
| 4 |
+
- cazzz307/Abliterated-Llama-3.2-1B-Instruct
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- mergekit
|
| 8 |
+
- merge
|
| 9 |
+
datasets:
|
| 10 |
+
- TeichAI/brainstorm-v3.1-grok-4-fast-200x
|
| 11 |
+
- TeichAI/grok-code-fast-1-1000x
|
| 12 |
+
- reedmayhew/Grok-3-reasoning-100x
|
| 13 |
+
---
|
| 14 |
+
# merge
|
| 15 |
+
|
| 16 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 17 |
+
|
| 18 |
+
## Merge Details
|
| 19 |
+
### Merge Method
|
| 20 |
+
|
| 21 |
+
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.
|
| 22 |
+
|
| 23 |
+
### Models Merged
|
| 24 |
+
|
| 25 |
+
The following models were included in the merge:
|
| 26 |
+
* [cazzz307/Abliterated-Llama-3.2-1B-Instruct](https://huggingface.co/cazzz307/Abliterated-Llama-3.2-1B-Instruct)
|
| 27 |
+
|
| 28 |
+
### Configuration
|
| 29 |
+
|
| 30 |
+
The following YAML configuration was used to produce this model:
|
| 31 |
+
|
| 32 |
+
```yaml
|
| 33 |
+
dtype: float32
|
| 34 |
+
out_dtype: bfloat16
|
| 35 |
+
merge_method: arcee_fusion
|
| 36 |
+
base_model: Novaciano/Eurinoferus-3.2-1B
|
| 37 |
+
models:
|
| 38 |
+
- model: Novaciano/Eurinoferus-3.2-1B
|
| 39 |
+
parameters:
|
| 40 |
+
weight:
|
| 41 |
+
- filter: mlp
|
| 42 |
+
value: [1, 2]
|
| 43 |
+
- value: 1
|
| 44 |
+
- model: cazzz307/Abliterated-Llama-3.2-1B-Instruct
|
| 45 |
+
parameters:
|
| 46 |
+
weight:
|
| 47 |
+
- filter: lm_head
|
| 48 |
+
value: 1
|
| 49 |
+
- value: [1, 0.5]
|
| 50 |
+
```
|