Neko-Institute-of-Science
commited on
Commit
•
62ca156
1
Parent(s):
97ef845
Keep tokenizer_config.json same as source
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -22,6 +22,7 @@
|
|
22 |
"pad_token": null,
|
23 |
"padding_side": "right",
|
24 |
"sp_model_kwargs": {},
|
|
|
25 |
"tokenizer_class": "LlamaTokenizer",
|
26 |
"unk_token": {
|
27 |
"__type": "AddedToken",
|
|
|
22 |
"pad_token": null,
|
23 |
"padding_side": "right",
|
24 |
"sp_model_kwargs": {},
|
25 |
+
"special_tokens_map_file": "special_tokens_map.json",
|
26 |
"tokenizer_class": "LlamaTokenizer",
|
27 |
"unk_token": {
|
28 |
"__type": "AddedToken",
|