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