munish0838 commited on
Commit
2b832b6
1 Parent(s): 0ed51f2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - flammenai/Mahou-1.3-mistral-nemo-12B
6
+ - Gryphe/Pantheon-RP-1.5-12b-Nemo
7
+ - VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct
8
+ - nbeerbower/mistral-nemo-wissenschaft-12B
9
+ - nbeerbower/HolyNemo-12B
10
+ - nbeerbower/mistral-nemo-gutenberg-12B-v2
11
+ - intervitens/mini-magnum-12b-v1.1
12
+ - NeverSleep/Lumimaid-v0.2-12B
13
+ - nbeerbower/mistral-nemo-bophades-12B
14
+ library_name: transformers
15
+ tags:
16
+ - mergekit
17
+ - merge
18
+
19
+
20
+ ---
21
+
22
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
23
+
24
+ # QuantFactory/Stella-mistral-nemo-12B-GGUF
25
+ This is quantized version of [nbeerbower/Stella-mistral-nemo-12B](https://huggingface.co/nbeerbower/Stella-mistral-nemo-12B) created using llama.cpp
26
+
27
+ # Original Model Card
28
+
29
+ # Stella-mistral-nemo-12B
30
+
31
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
32
+
33
+ ## Merge Details
34
+ ### Merge Method
35
+
36
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [nbeerbower/mistral-nemo-gutenberg-12B-v2](https://huggingface.co/nbeerbower/mistral-nemo-gutenberg-12B-v2) as a base.
37
+
38
+ ### Models Merged
39
+
40
+ The following models were included in the merge:
41
+ * [flammenai/Mahou-1.3-mistral-nemo-12B](https://huggingface.co/flammenai/Mahou-1.3-mistral-nemo-12B)
42
+ * [Gryphe/Pantheon-RP-1.5-12b-Nemo](https://huggingface.co/Gryphe/Pantheon-RP-1.5-12b-Nemo)
43
+ * [VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct](https://huggingface.co/VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct)
44
+ * [nbeerbower/mistral-nemo-wissenschaft-12B](https://huggingface.co/nbeerbower/mistral-nemo-wissenschaft-12B)
45
+ * [nbeerbower/HolyNemo-12B](https://huggingface.co/nbeerbower/HolyNemo-12B)
46
+ * [intervitens/mini-magnum-12b-v1.1](https://huggingface.co/intervitens/mini-magnum-12b-v1.1)
47
+ * [NeverSleep/Lumimaid-v0.2-12B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-12B)
48
+ * [nbeerbower/mistral-nemo-bophades-12B](https://huggingface.co/nbeerbower/mistral-nemo-bophades-12B)
49
+
50
+ ### Configuration
51
+
52
+ The following YAML configuration was used to produce this model:
53
+
54
+ ```yaml
55
+ models:
56
+ - model: flammenai/Mahou-1.3-mistral-nemo-12B
57
+ - model: Gryphe/Pantheon-RP-1.5-12b-Nemo
58
+ - model: intervitens/mini-magnum-12b-v1.1
59
+ - model: NeverSleep/Lumimaid-v0.2-12B
60
+ - model: VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct
61
+ - model: nbeerbower/HolyNemo-12B
62
+ - model: nbeerbower/mistral-nemo-wissenschaft-12B
63
+ - model: nbeerbower/mistral-nemo-bophades-12B
64
+ merge_method: model_stock
65
+ base_model: nbeerbower/mistral-nemo-gutenberg-12B-v2
66
+ dtype: bfloat16
67
+
68
+
69
+ ```
70
+