pszemraj commited on
Commit
f7302b9
1 Parent(s): 8ac0349

"min_length":32,

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -32,7 +32,7 @@
32
  "text-generation": {
33
  "do_sample": true,
34
  "max_new_tokens": 64,
35
- "min_length":16,
36
  "no_repeat_ngram_size":3,
37
  "temperature": 0.8
38
  }
 
32
  "text-generation": {
33
  "do_sample": true,
34
  "max_new_tokens": 64,
35
+ "min_length":32,
36
  "no_repeat_ngram_size":3,
37
  "temperature": 0.8
38
  }