patrickvonplaten
commited on
Commit
•
33b3d9c
1
Parent(s):
cb17997
Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -227,5 +227,7 @@
|
|
227 |
"tie_word_embeddings": false,
|
228 |
"tokenizer_class": "speech_to_text_2",
|
229 |
"torch_dtype": "float32",
|
230 |
-
"transformers_version": null
|
|
|
|
|
231 |
}
|
|
|
227 |
"tie_word_embeddings": false,
|
228 |
"tokenizer_class": "speech_to_text_2",
|
229 |
"torch_dtype": "float32",
|
230 |
+
"transformers_version": null,
|
231 |
+
"num_beams": 5,
|
232 |
+
"max_length": 200
|
233 |
}
|