Amitontheweb
commited on
Update config.json
Browse filesRemoved from paraphrase:
"num_beams": 5,
Turned sampling on.
"do_sample": true
- config.json +2 -2
config.json
CHANGED
@@ -54,8 +54,8 @@
|
|
54 |
},
|
55 |
"paraphrase": {
|
56 |
"early_stopping": true,
|
57 |
-
"max_length":
|
58 |
-
"
|
59 |
"prefix": "paraphrase: "
|
60 |
}
|
61 |
},
|
|
|
54 |
},
|
55 |
"paraphrase": {
|
56 |
"early_stopping": true,
|
57 |
+
"max_length": 500,
|
58 |
+
"do_sample": true,
|
59 |
"prefix": "paraphrase: "
|
60 |
}
|
61 |
},
|