Omartificial-Intelligence-Space
commited on
update tokenizer config
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
"model_max_length": 512,
|
61 |
"padding_side": "right",
|
62 |
"special_tokens_map_file": "special_tokens_map.json",
|
63 |
-
"use_fast": true
|
64 |
"truncation_side": "right",
|
65 |
"truncation_strategy": "longest_first",
|
66 |
"unk_token": "<unk>"
|
|
|
60 |
"model_max_length": 512,
|
61 |
"padding_side": "right",
|
62 |
"special_tokens_map_file": "special_tokens_map.json",
|
63 |
+
"use_fast": true,
|
64 |
"truncation_side": "right",
|
65 |
"truncation_strategy": "longest_first",
|
66 |
"unk_token": "<unk>"
|