system HF staff commited on
Commit
7cb5298
1 Parent(s): 8e2e228

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -21,5 +21,10 @@
21
  "summary_proj_to_labels": true,
22
  "summary_type": "cls_index",
23
  "summary_use_proj": true,
 
 
 
 
 
24
  "vocab_size": 50257
25
- }
21
  "summary_proj_to_labels": true,
22
  "summary_type": "cls_index",
23
  "summary_use_proj": true,
24
+ "task_specific_params": {
25
+ "conversational": {
26
+ "max_length": 1000
27
+ }
28
+ },
29
  "vocab_size": 50257
30
+ }