Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
|
@@ -51,6 +51,12 @@
|
|
| 51 |
"max_length": 300,
|
| 52 |
"num_beams": 4,
|
| 53 |
"prefix": "translate English to Romanian: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"torch_dtype": "float32",
|
|
|
|
| 51 |
"max_length": 300,
|
| 52 |
"num_beams": 4,
|
| 53 |
"prefix": "translate English to Romanian: "
|
| 54 |
+
},
|
| 55 |
+
"paraphrase": {
|
| 56 |
+
"early_stopping": true,
|
| 57 |
+
"max_length": 128,
|
| 58 |
+
"num_beams": 5,
|
| 59 |
+
"prefix": "paraphrase: "
|
| 60 |
}
|
| 61 |
},
|
| 62 |
"torch_dtype": "float32",
|