Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"pad_token_type_id": 500,
|
| 54 |
"padding_side": "right",
|
| 55 |
"stride": 0,
|
| 56 |
-
"tokenizer_class": "
|
| 57 |
"truncation_side": "right",
|
| 58 |
"truncation_strategy": "longest_first",
|
| 59 |
"unk_token": "[UNK]"
|
|
|
|
| 53 |
"pad_token_type_id": 500,
|
| 54 |
"padding_side": "right",
|
| 55 |
"stride": 0,
|
| 56 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 57 |
"truncation_side": "right",
|
| 58 |
"truncation_strategy": "longest_first",
|
| 59 |
"unk_token": "[UNK]"
|