Amitontheweb
commited on
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -56,7 +56,8 @@
|
|
56 |
"early_stopping": true,
|
57 |
"max_length": 1000,
|
58 |
"do_sample": true,
|
59 |
-
"
|
|
|
60 |
"prefix": "paraphrase: "
|
61 |
}
|
62 |
},
|
|
|
56 |
"early_stopping": true,
|
57 |
"max_length": 1000,
|
58 |
"do_sample": true,
|
59 |
+
"temperature": 0.8,
|
60 |
+
"num_beams": 3,
|
61 |
"prefix": "paraphrase: "
|
62 |
}
|
63 |
},
|