Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -54,8 +54,9 @@
|
|
54 |
},
|
55 |
"paraphrase": {
|
56 |
"early_stopping": true,
|
57 |
-
"max_length":
|
58 |
"do_sample": true,
|
|
|
59 |
"prefix": "paraphrase: "
|
60 |
}
|
61 |
},
|
|
|
54 |
},
|
55 |
"paraphrase": {
|
56 |
"early_stopping": true,
|
57 |
+
"max_length": 1000,
|
58 |
"do_sample": true,
|
59 |
+
"num_beams": 10,
|
60 |
"prefix": "paraphrase: "
|
61 |
}
|
62 |
},
|