redrix commited on
Commit
2347c62
1 Parent(s): b671794
Files changed (1) hide show
  1. README.md +45 -44
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
- # nepoticide-12B-Unslop-Unleashed-Mell-RPMax
14
-
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
-
17
- ## Merge Details
18
- ### Merge Method
19
-
20
- 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.
21
-
22
- ### Models Merged
23
-
24
- The following models were included in the merge:
25
- * [MarinaraSpaghetti/NemoMix-Unleashed-12B](https://huggingface.co/MarinaraSpaghetti/NemoMix-Unleashed-12B)
26
- * [ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2)
27
- * [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1)
28
-
29
- ### Configuration
30
-
31
- The following YAML configuration was used to produce this model:
32
-
33
- ```yaml
34
- models:
35
- - model: MarinaraSpaghetti/NemoMix-Unleashed-12B
36
- - model: inflatebot/MN-12B-Mag-Mell-R1
37
- - model: ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2
38
- - model: TheDrummer/UnslopNemo-12B-v4.1
39
- base_model: TheDrummer/UnslopNemo-12B-v4.1
40
- merge_method: model_stock
41
- dtype: bfloat16
42
- tokenizer_source: "inflatebot/MN-12B-Mag-Mell-R1"
43
- chat_template: "chatml"
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
+ ```