AuriAetherwiing commited on
Commit
b23926d
1 Parent(s): ece91ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal
5
+ - Nopm/Opus_WritingStruct
6
+ - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
7
+ - Gryphe/Sonnet3.5-Charcard-Roleplay
8
+ - Gryphe/ChatGPT-4o-Writing-Prompts
9
+ - Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
10
+ - Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
11
+ - nothingiisreal/Reddit-Dirty-And-WritingPrompts
12
+ - allura-org/Celeste-1.x-data-mixture
13
+ - allura-org/shortstories_synthlabels
14
+ base_model:
15
+ - Qwen/Qwen2.5-7B
16
+ ---
17
+
18
+ **EVA Qwen2.5 7B 0.1**
19
+
20
+ <p>
21
+ A RP/storywriting specialist model, full-parameter finetune of Qwen2.5-7B on mixture of synthetic and natural data.<br>
22
+ It uses Celeste 70B 0.1 data mixture, greatly expanding it to improve versatility, creativity and "flavor" of the resulting model.<br>
23
+ </p>
24
+
25
+ <p>
26
+ <b>Version 0.1 notes:</b> dataset was deduped and cleaned from version 0.0, and learning rate was adjusted. Resulting model seems to be stabler, and 0.0 problems with handling short inputs and min_p sampling seem to eb mostly gone.
27
+ </p>
28
+
29
+
30
+ <p>
31
+ <p>Prompt format is ChatML.</p><br>
32
+ <h3>Recommended sampler values:</h3>
33
+ <ul>
34
+ <li>Temperature: 0.87</li>
35
+ <li>Top-P: 0.81</li>
36
+ <li>Repetition Penalty: 1.03</li>
37
+ </ul>
38
+ <p>Model appears to prefer lower temperatures (at least 0.9 and lower). Min-P seems to work now, as well.<p>
39
+
40
+ <h3>Recommended SillyTavern presets (via CalamitousFelicitousness):</h3>
41
+
42
+ - [Context](https://huggingface.co/EVA-UNIT-01/EVA-Yi-1.5-9B-32K-V1/blob/main/%5BChatML%5D%20Roleplay-v1.9%20Context.json)
43
+ - [Instruct and System Prompt](https://huggingface.co/EVA-UNIT-01/EVA-Yi-1.5-9B-32K-V1/blob/main/%5BChatML%5D%20Roleplay-v1.9%20Instruct.json)
44
+ </p>
45
+
46
+ <p>
47
+ <br>
48
+ <h3>
49
+ Training data:
50
+ </h3>
51
+ <ul>
52
+ <li>Celeste 70B 0.1 data mixture minus Opus Instruct subset. See that model's <a href=https://huggingface.co/nothingiisreal/L3.1-70B-Celeste-V0.1-BF16>card</a> for details.</li>
53
+ <li>Kalomaze's Opus_Instruct_25k dataset, filtered for refusals.</li>
54
+ <li>A subset (1k rows) of ChatGPT-4o-WritingPrompts by Gryphe</li>
55
+ <li>A subset (2k rows) of Sonnet3.5-Charcards-Roleplay by Gryphe</li>
56
+ <li>A cleaned subset (~3k rows) of shortstories_synthlabels by Auri</li>
57
+ <li>Synthstruct and SynthRP datasets by Epiculous</li>
58
+ </ul>
59
+ <h3>
60
+ Hardware used:
61
+ </h3>
62
+ <ul><li>TBA</li></ul><br>
63
+ </p>
64
+ Model was trained by Kearm and Auri.
65
+ <h4>Special thanks:</h4><ul>
66
+ <li>to Gryphe, Lemmy, Kalomaze, Nopm and Epiculous for the data</li>
67
+ <li>to Alpindale for helping with FFT config for Qwen2.5</li>
68
+ <li>and to InfermaticAI's community for their continued support for our endeavors</li></ul>