aashish1904
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- intervitens/mini-magnum-12b-v1.1
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- mergekit
|
12 |
+
- merge
|
13 |
+
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
18 |
+
|
19 |
+
# QuantFactory/Lumimaid-Magnum-12B-GGUF
|
20 |
+
This is quantized version of [Undi95/Lumimaid-Magnum-12B](https://huggingface.co/Undi95/Lumimaid-Magnum-12B) created using llama.cpp
|
21 |
+
|
22 |
+
# Original Model Card
|
23 |
+
|
24 |
+
|
25 |
+
Merge of Lumimaid and Magnum as requested by some.
|
26 |
+
|
27 |
+
I used the new DELLA merge method in mergekit and added a finetune of Nemo only on Claude input, trained on 16k ctx, in the mix.
|
28 |
+
|
29 |
+
# Prompt template: Mistral
|
30 |
+
|
31 |
+
```
|
32 |
+
<s>[INST] {input} [/INST] {output}</s>
|
33 |
+
```
|