Update config.json

This commit is contained in:
system 2020-04-07 14:29:57 +00:00
parent b805fb5717
commit 00f126a8df
1 changed files with 0 additions and 3 deletions

View File

@ -32,21 +32,18 @@
}, },
"translation_en_to_de": { "translation_en_to_de": {
"early_stopping": true, "early_stopping": true,
"length_penalty": 2.0,
"max_length": 300, "max_length": 300,
"num_beams": 4, "num_beams": 4,
"prefix": "translate English to German: " "prefix": "translate English to German: "
}, },
"translation_en_to_fr": { "translation_en_to_fr": {
"early_stopping": true, "early_stopping": true,
"length_penalty": 2.0,
"max_length": 300, "max_length": 300,
"num_beams": 4, "num_beams": 4,
"prefix": "translate English to French: " "prefix": "translate English to French: "
}, },
"translation_en_to_ro": { "translation_en_to_ro": {
"early_stopping": true, "early_stopping": true,
"length_penalty": 2.0,
"max_length": 300, "max_length": 300,
"num_beams": 4, "num_beams": 4,
"prefix": "translate English to Romanian: " "prefix": "translate English to Romanian: "