system HF staff commited on
Commit
ed58fb2
1 Parent(s): 2b6e283

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -29,5 +29,11 @@
29
  "summary_proj_to_labels": true,
30
  "summary_type": "cls_index",
31
  "summary_use_proj": true,
 
 
 
 
 
 
32
  "vocab_size": 50257
33
- }
 
29
  "summary_proj_to_labels": true,
30
  "summary_type": "cls_index",
31
  "summary_use_proj": true,
32
+ "task_specific_params": {
33
+ "text-generation": {
34
+ "do_sample": true,
35
+ "max_length": 50
36
+ }
37
+ },
38
  "vocab_size": 50257
39
+ }