Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
20 |
+
|
21 |
+
Back from the dead! Hoping to make something cool to share with everyone! Introducing Crimson Dawn! Built atop the impressive [Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407); Crimson Dawn was built with the idea that 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 |
+
## Prompting
|
24 |
+
Crimson Dawn was trained with the Mistral Instruct template, therefore it should be prompted in the same way that you would prompt any other mistral model.
|
25 |
+
|
26 |
+
```
|
27 |
+
"[INST] Prompt goes here [/INST]"
|
28 |
+
```
|
29 |
+
|
30 |
+
## Training
|
31 |
+
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 RP data, the LoRA was then applied to base. Finally, the new modified base was trained 2 epochs on instruct, and the new instruct LoRA was applied to the modified base, resulting in what you see here.
|
32 |
+
|
33 |
+
[<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)
|
34 |
+
|
35 |
+
## Special Thanks
|
36 |
+
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.
|
37 |
+
Also want to thank my friends in The Chaotic Neutrals for their friendship, support, and guidance.
|