Update config.json

This commit is contained in:
system 2020-05-11 21:02:05 +00:00
parent 98dd51bd8d
commit 3779e12812
1 changed files with 7 additions and 1 deletions

View File

@ -28,5 +28,11 @@
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50
}
},
"vocab_size": 50257
}