aashish1904
commited on
Commit
•
1d29387
1
Parent(s):
5e05a38
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model: mistralai/Mistral-Nemo-Base-2407
|
5 |
+
license: apache-2.0
|
6 |
+
datasets:
|
7 |
+
- BeaverAI/Nemo-Inst-Tune-ds
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
library_name: transformers
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
15 |
+
|
16 |
+
# QuantFactory/mistral-doryV2-12b-GGUF
|
17 |
+
This is quantized version of [BeaverAI/mistral-doryV2-12b](https://huggingface.co/BeaverAI/mistral-doryV2-12b) created using llama.cpp
|
18 |
+
|
19 |
+
# Original Model Card
|
20 |
+
|
21 |
+
# Dory 12b (v2)
|
22 |
+
(redone) redone instruct finetune of mistral nemo 12b's base. *not* (E)RP-focused, leave that to drummer.
|
23 |
+
|
24 |
+
![image/gif](https://cdn-uploads.huggingface.co/production/uploads/634262af8d8089ebaefd410e/BiBtgV_WEIha72WqETWfk.gif)
|
25 |
+
|
26 |
+
thanks to twisted again for the compute :3
|
27 |
+
|
28 |
+
## Prompting
|
29 |
+
alpaca-like:
|
30 |
+
```
|
31 |
+
### System:
|
32 |
+
[Optional system prompt]
|
33 |
+
|
34 |
+
### Instruction:
|
35 |
+
[Query]
|
36 |
+
|
37 |
+
### Response:
|
38 |
+
[Response]</s>
|
39 |
+
|
40 |
+
### Instruction:
|
41 |
+
[...]
|
42 |
+
```
|
43 |
+
|
44 |
+
## Training details
|
45 |
+
Rank 64 QDoRA, trained on the following data mix:
|
46 |
+
- All of [kalomaze/Opus_Instruct_3k](https://huggingface.co/datasets/kalomaze/Opus_Instruct_3k)
|
47 |
+
- All conversations with a reward model rating above 5 in [Magpie-Align/Magpie-Gemma2-Pro-Preview-Filtered](https://huggingface.co/datasets/Magpie-Align/Magpie-Gemma2-Pro-Preview-Filtered)
|
48 |
+
- 50k of [Gryphe/Sonnet3.5-SlimOrcaDedupCleaned](https://huggingface.co/datasets/Gryphe/Sonnet3.5-SlimOrcaDedupCleaned)
|
49 |
+
- All stories above 4.7 rating and published before 2020 in [Fizzarolli/FallingThroughTheSkies-592k-Filtered-Filtered](https://huggingface.co/datasets/Fizzarolli/FallingThroughTheSkies-592k-Filtered-Filtered)
|