pere commited on
Commit
2a78842
1 Parent(s): c8b3b3d

Update config.json

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