aashish1904 commited on
Commit
7fe9b15
·
verified ·
1 Parent(s): 10b9027

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - mistralai/Mistral-Nemo-Instruct-2407
6
+ - NeverSleep/Lumimaid-v0.2-12B
7
+ - Undi95/LocalC-12B-e2.0
8
+ - anthracite-org/magnum-v4-12b
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+
14
+
15
+ ---
16
+
17
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
18
+
19
+
20
+ # QuantFactory/Lumimaid-Magnum-v4-12B-GGUF
21
+ This is quantized version of [Undi95/Lumimaid-Magnum-v4-12B](https://huggingface.co/Undi95/Lumimaid-Magnum-v4-12B) created using llama.cpp
22
+
23
+ # Original Model Card
24
+
25
+
26
+ Merge of Lumimaid and Magnum as requested by some. <b>UPDATE : Magnum v4 used in this merge as asked [here](https://huggingface.co/Undi95/Lumimaid-Magnum-12B/discussions/4)</b>
27
+
28
+ I used the DELLA merge method in mergekit and added a finetune of Nemo only on Claude input, trained on 16k ctx, in the mix.
29
+
30
+ # Prompt template: Mistral
31
+
32
+ ```
33
+ <s>[INST] {input} [/INST] {output}</s>
34
+ ```