Update config.json

This commit is contained in:
system 2020-05-11 21:12:53 +00:00
parent e1a20d7813
commit 24d0b1c0b5
1 changed files with 4 additions and 3 deletions

View File

@ -28,10 +28,11 @@
"summary_type": "last", "summary_type": "last",
"summary_use_proj": true, "summary_use_proj": true,
"task_specific_params": { "task_specific_params": {
"text_generation": { "text-generation": {
"max_length": 210 "do_sample": true,
"max_length": 250
} }
}, },
"untie_r": true, "untie_r": true,
"vocab_size": 32000 "vocab_size": 32000
} }