pere commited on
Commit
642c222
1 Parent(s): 49e61c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -25,5 +25,12 @@
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.17.0",
27
  "use_cache": true,
28
- "vocab_size": 250112
 
 
 
 
 
 
 
29
  }
 
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.17.0",
27
  "use_cache": true,
28
+ "vocab_size": 250112,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "max_length": 128
32
+ },
33
+ "translation": {
34
+ "max_length": 128
35
+ }
36
  }