okaemon commited on
Commit
f140c32
1 Parent(s): 8e28e52
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -26,9 +26,8 @@
26
  "task_specific_params": {
27
  "text-generation": {
28
  "do_sample": true,
29
- "max_length": 1000,
30
- "min_length": 500,
31
- "num_return_sequences": 3
32
  }
33
  },
34
  "transformers_version": "4.4.2",
 
26
  "task_specific_params": {
27
  "text-generation": {
28
  "do_sample": true,
29
+ "max_length": 500,
30
+ "min_length": 200
 
31
  }
32
  },
33
  "transformers_version": "4.4.2",