pere commited on
Commit
389248b
1 Parent(s): c082473

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -25,5 +25,13 @@
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
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "max_length": 128
31
+ },
32
+ "translation": {
33
+ "max_length": 128
34
+ }
35
+ },
36
  "vocab_size": 250112
37
  }