pierreguillou commited on
Commit
da711c7
1 Parent(s): 0ef10a3

task_specific_params: text2text-generation

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -25,9 +25,9 @@
25
  "transformers_version": "4.12.5",
26
  "use_cache": false,
27
  "task_specific_params": {
28
- "text-generation": {
29
  "num_beams": 1,
30
- "max_length": 128,
31
  "prefix": ""
32
  }
33
  },
 
25
  "transformers_version": "4.12.5",
26
  "use_cache": false,
27
  "task_specific_params": {
28
+ "text2text-generation": {
29
  "num_beams": 1,
30
+ "max_length": 64,
31
  "prefix": ""
32
  }
33
  },