Commit
·
616b22d
1
Parent(s):
f7709ed
Update config
Browse files- config.json +2 -3
config.json
CHANGED
|
@@ -19,9 +19,8 @@
|
|
| 19 |
"task_specific_params": {
|
| 20 |
"text2text-generation": {
|
| 21 |
"early_stopping": true,
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"num_beams": 5
|
| 25 |
}
|
| 26 |
},
|
| 27 |
"transformers_version": "4.3.3",
|
|
|
|
| 19 |
"task_specific_params": {
|
| 20 |
"text2text-generation": {
|
| 21 |
"early_stopping": true,
|
| 22 |
+
"do_sample": true,
|
| 23 |
+
"max_length": 50
|
|
|
|
| 24 |
}
|
| 25 |
},
|
| 26 |
"transformers_version": "4.3.3",
|