zeio commited on
Commit
c338f5d
1 Parent(s): 85c63bb

fix(max-length): increased max-length

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -29,7 +29,7 @@
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
- "max_length": 50
33
  }
34
  },
35
  "transformers_version": "4.35.0.dev0",
 
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
+ "max_length": 100
33
  }
34
  },
35
  "transformers_version": "4.35.0.dev0",