zeio commited on
Commit
c2a9c95
1 Parent(s): a347dee

feat(max-length): decreased max-length from 500 to 256

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": 500
33
  }
34
  },
35
  "transformers_version": "4.35.0.dev0",
 
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
+ "max_length": 256
33
  }
34
  },
35
  "transformers_version": "4.35.0.dev0",