patrickvonplaten
commited on
Commit
•
9b0da36
1
Parent(s):
af5ea1a
Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -238,5 +238,7 @@
|
|
238 |
"tie_word_embeddings": false,
|
239 |
"tokenizer_class": "mbart50",
|
240 |
"torch_dtype": "float32",
|
241 |
-
"transformers_version": null
|
|
|
|
|
242 |
}
|
|
|
238 |
"tie_word_embeddings": false,
|
239 |
"tokenizer_class": "mbart50",
|
240 |
"torch_dtype": "float32",
|
241 |
+
"transformers_version": null,
|
242 |
+
"num_beams": 5,
|
243 |
+
"max_length": 200
|
244 |
}
|