pere commited on
Commit
033271f
1 Parent(s): d23b700

Update config.json

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