Epiculous commited on
Commit
980dcd6
1 Parent(s): 07b2d9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
5
+ - anthracite-org/stheno-filtered-v1.1
6
+ - PJMixers/hieunguyenminh_roleplay-deduped-ShareGPT
7
+ - Gryphe/Sonnet3.5-Charcard-Roleplay
8
+ - Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
9
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal
10
+ - anthracite-org/nopm_claude_writing_fixed
11
+ - anthracite-org/kalo_opus_misc_240827
12
+ language:
13
+ - en
14
+ - fr
15
+ - de
16
+ - es
17
+ - it
18
+ - pt
19
+ - ru
20
+ - zh
21
+ - ja
22
+ pipeline_tag: text-generation
23
+ ---
24
+
25
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64adfd277b5ff762771e4571/NGEOrcWYPDnFmvHinkXVk.png)
26
+
27
+ Following up on Crimson_Dawn-v0.2 we have Azure_Dusk-v0.2! Training on [Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407) this time I've added significantly more data, as well as trained using RSLoRA as opposed to regular LoRA. Another key change is training on ChatML as opposed to Mistral Formatting.
28
+
29
+ [full](https://huggingface.co/Epiculous/Azure_Dusk-v0.2) / [exl2](https://huggingface.co/Epiculous/Azure_Dusk-v0.2-exl2) / <strong>gguf</strong>
30
+
31
+ ## Prompting
32
+ The v0.2 models are trained on ChatML, the prompting structure goes a little something like this:
33
+
34
+ ```
35
+ <|im_start|>user
36
+ Hi there!<|im_end|>
37
+ <|im_start|>assistant
38
+ Nice to meet you!<|im_end|>
39
+ <|im_start|>user
40
+ Can I ask a question?<|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
+
44
+ ### Context and Instruct
45
+ The v0.2 models are trained on ChatML, please use that Context and Instruct template.
46
+
47
+ ### Current Top Sampler Settings
48
+ [Spicy_Temp](https://files.catbox.moe/9npj0z.json) <br/>
49
+ [Violet_Twilight-Nitral-Special](https://files.catbox.moe/ot54u3.json) <br/>
50
+
51
+ ## Training
52
+ 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.
53
+
54
+ [<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)