AuriAetherwiing
commited on
Fix tokenizer bug
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -9,5 +9,5 @@
|
|
9 |
"sp_model_kwargs": {},
|
10 |
"clean_up_tokenization_spaces": false,
|
11 |
"legacy": true,
|
12 |
-
"tokenizer_class": "
|
13 |
}
|
|
|
9 |
"sp_model_kwargs": {},
|
10 |
"clean_up_tokenization_spaces": false,
|
11 |
"legacy": true,
|
12 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
13 |
}
|