Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Epiculous/SynthRP-Gens-v1-Filtered-n-Cleaned
|
5 |
+
- Epiculous/Synthstruct-Gens-v1-Filtered-n-Cleaned
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- fr
|
9 |
+
- de
|
10 |
+
- es
|
11 |
+
- it
|
12 |
+
- pt
|
13 |
+
- ru
|
14 |
+
- zh
|
15 |
+
- ja
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
---
|
18 |
+
|
19 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64adfd277b5ff762771e4571/l0b889iXmZy-dz-Yg8e1i.png)
|
20 |
+
|
21 |
+
Flipping the training process that created Crimson Dawn on it's head, I present to you, Azure Dusk! While both models are built using [Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407); Azure Dusk's training methodology was instruct first, then RP dataset applied after, however, the end goal reamains the same AI should not be a boring bland generic assistant, but something that you can connect with on a more personal level. Something that can be interesting in a Roleplay, but useful as an assistant too.
|
22 |
+
|
23 |
+
# Quants!
|
24 |
+
[full](https://huggingface.co/Epiculous/Azure_Dusk-v0.1) / [exl2](https://huggingface.co/Epiculous/Azure_Dusk-v0.1-Exl2) / <strong>gguf</strong>
|
25 |
+
|
26 |
+
## Prompting
|
27 |
+
Azure Dusk was trained with the Mistral Instruct template, therefore it should be prompted in a similar way that you would prompt any other mistral based model.
|
28 |
+
|
29 |
+
```
|
30 |
+
"<s>[INST] Prompt goes here [/INST]<\s>"
|
31 |
+
```
|
32 |
+
### Context and Instruct
|
33 |
+
[Magnum-123B-Context.json](https://files.catbox.moe/rkyqwg.json) <br/>
|
34 |
+
[Magnum-123B-Instruct.json](https://files.catbox.moe/obb5oe.json) <br/>
|
35 |
+
*** NOTE *** <br/>
|
36 |
+
There have been reports of the quantized model misbehaving with the mistral prompt, if you are seeing issues it may be worth trying ChatML Context and Instruct templates.
|
37 |
+
If you are using GGUF I strongly advise using ChatML, for some reason that quantization performs better using ChatML.
|
38 |
+
### Current Top Sampler Settings
|
39 |
+
[Crimson_Dawn-Nitral-Special](https://files.catbox.moe/8xjxht.json) - Considered the best settings! <br/>
|
40 |
+
[Crimson_Dawn-Magnum-Style](https://files.catbox.moe/lc59dn.json)
|
41 |
+
|
42 |
+
## Training
|
43 |
+
Training was done twice over 2 epochs each on two 2x [NVIDIA A6000 GPUs](https://www.nvidia.com/en-us/design-visualization/rtx-a6000/) using LoRA. A two-phased approach was used in which the base model was trained 2 epochs on Instruct data, the LoRA was then applied to base. Finally, the new modified base was trained 2 epochs on RP, and the new RP LoRA was applied to the modified base, resulting in what you see here.
|
44 |
+
|
45 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
46 |
+
|
47 |
+
## Special Thanks
|
48 |
+
Special thanks to my friends over at Anthracite! Without their help and Kalomaze starting the synthetic data script, none of this would have been possible.
|
49 |
+
Also want to thank my friends in The Chaotic Neutrals for their friendship, support, and guidance.
|