SicariusSicariiStuff commited on
Commit
687f6fd
·
verified ·
1 Parent(s): c093508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -72,6 +72,26 @@ You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
72
 
73
  **Recommended generation Presets:**
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  <details>
76
  <summary><b>min_p</b></summary>
77
  max_new_tokens: 512
@@ -92,6 +112,45 @@ You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
92
 
93
  </details>
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  # Model Details
96
 
97
  TO BE UPDATED SOON
 
72
 
73
  **Recommended generation Presets:**
74
 
75
+ <details>
76
+ <summary><b>Midnight Enigma</b></summary>
77
+ max_new_tokens: 512
78
+
79
+ temperature: 0.98
80
+
81
+ top_p: 0.37
82
+
83
+ top_k: 100
84
+
85
+ typical_p: 1
86
+
87
+ min_p: 0
88
+
89
+ repetition_penalty: 1.18
90
+
91
+ do_sample: True
92
+
93
+ </details>
94
+
95
  <details>
96
  <summary><b>min_p</b></summary>
97
  max_new_tokens: 512
 
112
 
113
  </details>
114
 
115
+ <details>
116
+ <summary><b>Divine Intellect</b></summary>
117
+ max_new_tokens: 512
118
+
119
+ temperature: 1.31
120
+
121
+ top_p: 0.14
122
+
123
+ top_k: 49
124
+
125
+ typical_p: 1
126
+
127
+ min_p: 0
128
+
129
+ repetition_penalty: 1.17
130
+
131
+ do_sample: True
132
+
133
+ </details>
134
+
135
+ <summary><b>simple-1</b></summary>
136
+ max_new_tokens: 512
137
+
138
+ temperature: 0.7
139
+
140
+ top_p: 0.9
141
+
142
+ top_k: 20
143
+
144
+ typical_p: 1
145
+
146
+ min_p: 0
147
+
148
+ repetition_penalty: 1.15
149
+
150
+ do_sample: True
151
+
152
+ </details>
153
+
154
  # Model Details
155
 
156
  TO BE UPDATED SOON