Adds missing tokenizer configuration file (#8)
Browse files- Adds tokenizer_config.json file (01e9807a56436284919565297cb3843b79ae9d4f)
Co-authored-by: Lysandre <lysandre@users.noreply.huggingface.co>
- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_max_length": 512}
|