Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- mistralai/Mistral-Nemo-Instruct-2407
|
4 |
+
- NeverSleep/Lumimaid-v0.2-12B
|
5 |
+
- Undi95/LocalC-12B-e2.0
|
6 |
+
- anthracite-org/magnum-v4-12b
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
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>
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
# Prompt template: Mistral
|
19 |
+
|
20 |
+
```
|
21 |
+
<s>[INST] {input} [/INST] {output}</s>
|
22 |
+
```
|