system HF staff commited on
Commit
8cc8ed4
1 Parent(s): a4b58be

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -23,5 +23,11 @@
23
  "summary_proj_to_labels": true,
24
  "summary_type": "cls_index",
25
  "summary_use_proj": true,
 
 
 
 
 
 
26
  "vocab_size": 50257
27
- }
 
23
  "summary_proj_to_labels": true,
24
  "summary_type": "cls_index",
25
  "summary_use_proj": true,
26
+ "task_specific_params": {
27
+ "text-generation": {
28
+ "do_sample": true,
29
+ "max_length": 50
30
+ }
31
+ },
32
  "vocab_size": 50257
33
+ }