FredZhang7 commited on
Commit
61fd240
1 Parent(s): d5c3df6

Try temperature = 0.9

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -38,7 +38,7 @@
38
  "text-generation": {
39
  "do_sample": true,
40
  "max_length": 76,
41
- "temperature": 0.7,
42
  "top_k": 4,
43
  "repetition_penalty": 1.2,
44
  "early_stopping": true
 
38
  "text-generation": {
39
  "do_sample": true,
40
  "max_length": 76,
41
+ "temperature": 0.9,
42
  "top_k": 4,
43
  "repetition_penalty": 1.2,
44
  "early_stopping": true