Update config.json

This commit is contained in:
system 2020-04-21 15:54:15 +00:00
parent 652b1a8e60
commit 26a516dd67
1 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,11 @@
"summary_last_dropout": 0.1,
"summary_type": "last",
"summary_use_proj": true,
"task_specific_params": {
"text_generation": {
"max_length": 210
}
},
"torchscript": false,
"untie_r": true
}
}