Update config.json
This commit is contained in:
parent
a4b58be633
commit
8cc8ed4fd5
|
@ -23,5 +23,11 @@
|
||||||
"summary_proj_to_labels": true,
|
"summary_proj_to_labels": true,
|
||||||
"summary_type": "cls_index",
|
"summary_type": "cls_index",
|
||||||
"summary_use_proj": true,
|
"summary_use_proj": true,
|
||||||
|
"task_specific_params": {
|
||||||
|
"text-generation": {
|
||||||
|
"do_sample": true,
|
||||||
|
"max_length": 50
|
||||||
|
}
|
||||||
|
},
|
||||||
"vocab_size": 50257
|
"vocab_size": 50257
|
||||||
}
|
}
|
Loading…
Reference in New Issue