concedo commited on
Commit
b755912
1 Parent(s): 45340ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: other
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # OPT-19M-ChatSalad
8
+
9
+ This is an experimental OPT-based model with 19 million parameters trained entirely **from scratch** as a datasetting practice.
10
+ Thus, it should not be subject to the usual OPT license. You are free to use this model for any purpose.
11
+ The model is small enough (under 40mb) that it should run at very fast speeds even entirely on CPU.
12
+
13
+ It is recommend to use this model with the KoboldAI software, with the following parameters:
14
+
15
+ - Temperature: 0.9
16
+ - Repetition Penalty: 1.1
17
+ - Repetition Penalty Slope: 0.7
18
+ - Repetition Penalty Range: 1024
19
+ - Top-P Sampling: 0.9
20
+ - Disable all other samplers
21
+
22
+ All feedback and comments can be directed to Concedo on the KoboldAI discord.