convert to unigram
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -31,5 +31,5 @@
|
|
| 31 |
"extra_special_tokens": {},
|
| 32 |
"model_max_length": 1000000000000000019884624838656,
|
| 33 |
"pad_token": "<|endoftext|>",
|
| 34 |
-
"tokenizer_class": "
|
| 35 |
}
|
|
|
|
| 31 |
"extra_special_tokens": {},
|
| 32 |
"model_max_length": 1000000000000000019884624838656,
|
| 33 |
"pad_token": "<|endoftext|>",
|
| 34 |
+
"tokenizer_class": "PreTrainedTokenizer"
|
| 35 |
}
|