pszemraj commited on
Commit
69599a4
1 Parent(s): f7302b9

"max_length": 96,

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -31,7 +31,7 @@
31
  "task_specific_params": {
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
 
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
+ "max_length": 96,
35
  "min_length":32,
36
  "no_repeat_ngram_size":3,
37
  "temperature": 0.8