Add Note
Browse files
README.md
CHANGED
@@ -1,44 +1,45 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- MarinaraSpaghetti/NemoMix-Unleashed-12B
|
4 |
-
- ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
|
5 |
-
- TheDrummer/UnslopNemo-12B-v4.1
|
6 |
-
- inflatebot/MN-12B-Mag-Mell-R1
|
7 |
-
library_name: transformers
|
8 |
-
tags:
|
9 |
-
- mergekit
|
10 |
-
- merge
|
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 |
-
- model:
|
37 |
-
- model:
|
38 |
-
- model:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- MarinaraSpaghetti/NemoMix-Unleashed-12B
|
4 |
+
- ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
|
5 |
+
- TheDrummer/UnslopNemo-12B-v4.1
|
6 |
+
- inflatebot/MN-12B-Mag-Mell-R1
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
|
12 |
+
---
|
13 |
+
# Proper README will get added soon.
|
14 |
+
# nepoticide-12B-Unslop-Unleashed-Mell-RPMax
|
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [TheDrummer/UnslopNemo-12B-v4.1](https://huggingface.co/TheDrummer/UnslopNemo-12B-v4.1) as a base.
|
22 |
+
|
23 |
+
### Models Merged
|
24 |
+
|
25 |
+
The following models were included in the merge:
|
26 |
+
* [MarinaraSpaghetti/NemoMix-Unleashed-12B](https://huggingface.co/MarinaraSpaghetti/NemoMix-Unleashed-12B)
|
27 |
+
* [ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2)
|
28 |
+
* [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1)
|
29 |
+
|
30 |
+
### Configuration
|
31 |
+
|
32 |
+
The following YAML configuration was used to produce this model:
|
33 |
+
|
34 |
+
```yaml
|
35 |
+
models:
|
36 |
+
- model: MarinaraSpaghetti/NemoMix-Unleashed-12B
|
37 |
+
- model: inflatebot/MN-12B-Mag-Mell-R1
|
38 |
+
- model: ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
|
39 |
+
- model: TheDrummer/UnslopNemo-12B-v4.1
|
40 |
+
base_model: TheDrummer/UnslopNemo-12B-v4.1
|
41 |
+
merge_method: model_stock
|
42 |
+
dtype: bfloat16
|
43 |
+
tokenizer_source: "inflatebot/MN-12B-Mag-Mell-R1"
|
44 |
+
chat_template: "chatml"
|
45 |
+
```
|