gsarti commited on
Commit
ee54779
1 Parent(s): e3aa1b1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -1
config.json CHANGED
@@ -25,5 +25,15 @@
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.15.0",
27
  "use_cache": true,
28
- "vocab_size": 32100
 
 
 
 
 
 
 
 
 
 
29
  }
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.15.0",
27
  "use_cache": true,
28
+ "vocab_size": 32100,
29
+ "task_specific_params": {
30
+ "text2text-generation": {
31
+ "early_stopping": true,
32
+ "length_penalty": 2.0,
33
+ "max_length": 100,
34
+ "min_length": 10,
35
+ "no_repeat_ngram_size": 3,
36
+ "num_beams": 4
37
+ }
38
+ }
39
  }