Updates incorrect tokenizer configuration file (#7)
Browse files- Adds tokenizer_config.json file (b01fcecb8431a7660d160363304de16bf544670f)
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"add_prefix_space": true, "tokenizer_class_name": "BlenderbotTokenizer"}
|
|
|
1 |
+
{"add_prefix_space": true, "tokenizer_class_name": "BlenderbotTokenizer", "model_max_length": 128}
|