benjamin commited on
Commit
af35abf
1 Parent(s): a7cf889

reduce maximum length

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -28,7 +28,7 @@
28
  "task_specific_params": {
29
  "text-generation": {
30
  "do_sample": true,
31
- "max_length": 200
32
  }
33
  },
34
  "vocab_size": 50257
 
28
  "task_specific_params": {
29
  "text-generation": {
30
  "do_sample": true,
31
+ "max_length": 100
32
  }
33
  },
34
  "vocab_size": 50257