Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
"sp_model_kwargs": {},
|
59 |
"split_by_punct": false,
|
60 |
"stride": 0,
|
61 |
-
"tokenizer_class": "
|
62 |
"truncation_side": "right",
|
63 |
"truncation_strategy": "longest_first",
|
64 |
"unk_token": "[UNK]",
|
|
|
58 |
"sp_model_kwargs": {},
|
59 |
"split_by_punct": false,
|
60 |
"stride": 0,
|
61 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
62 |
"truncation_side": "right",
|
63 |
"truncation_strategy": "longest_first",
|
64 |
"unk_token": "[UNK]",
|