Sao10K commited on
Commit
381491e
1 Parent(s): 55010b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -6
README.md CHANGED
@@ -9,6 +9,20 @@ datasets:
9
  - Sao10K/c2-Logs-Filtered
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Stheno-v3.2-Zeta
13
 
14
  I have done a test run with multiple variations of the models, merged back to its base at various weights, different training runs too, and this Sixth iteration is the one I like most.
@@ -31,16 +45,40 @@ Testing Notes - Compared to v3.1
31
 
32
  ---
33
 
34
- Support me here if you're interested:
35
- <br>Ko-fi: https://ko-fi.com/sao10k
36
 
37
- If not, that's fine too. Feedback would be nice.
 
 
 
 
 
38
 
39
- Contact Me in Discord:
40
- <br>`sao10k`
41
 
42
  ```
43
- Art by
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ```
45
 
46
  ---
 
9
  - Sao10K/c2-Logs-Filtered
10
  ---
11
 
12
+ Support me here if you're interested:
13
+ <br>Ko-fi: https://ko-fi.com/sao10k
14
+
15
+ If not, that's fine too. Feedback would be nice.
16
+
17
+ Contact Me in Discord:
18
+ <br>`sao10k`
19
+
20
+ ```
21
+ Art by
22
+ ```
23
+
24
+ ---
25
+
26
  Stheno-v3.2-Zeta
27
 
28
  I have done a test run with multiple variations of the models, merged back to its base at various weights, different training runs too, and this Sixth iteration is the one I like most.
 
45
 
46
  ---
47
 
48
+ **Recommended Samplers:**
 
49
 
50
+ ```
51
+ Temperature - 1.12 to 1.32
52
+ Min-P - 0.075
53
+ Top-K - 40
54
+ Repetition Penalty - 1.1
55
+ ```
56
 
57
+ **Stopping Strings:**
 
58
 
59
  ```
60
+ \n{{User}} # Or Equivalent, depending on Frontend
61
+ <|eot_id|>
62
+ <|end_of_text|>
63
+ \n< # If there is leakage of XML tags in response. May happen Occasionally, Regenerate Answer as Needed. Happens rarely.
64
+ ```
65
+
66
+ **Prompting Template - Llama-3-Instruct**
67
+
68
+ ```
69
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
70
+
71
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
72
+
73
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
74
+
75
+ {output}<|eot_id|>
76
+ ```
77
+
78
+ **Basic Roleplay System Prompt**
79
+ ```
80
+ You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model.
81
+ Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.
82
  ```
83
 
84
  ---