fix: fix tokenizer files
Browse files- merges.txt +0 -0
- tokenizer_config.json +1 -1
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"model_max_length": 1024}
|
|
|
1 |
+
{"model_max_length": 1024, "special_tokens_map_file": "./special_tokens_map.json", "full_tokenizer_file": null}
|