Update tokenizer_config.json (#2)
Browse files- Update tokenizer_config.json (01ec25d2655f6e21316f8fa99b116ea3125ffa2c)
Co-authored-by: Tiezhen WANG <xianbao@users.noreply.huggingface.co>
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<EOT>",
|
6 |
"model_max_length": 200000,
|
7 |
-
"tokenizer_class": "
|
8 |
"unk_token": "<EOT>"
|
9 |
}
|
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<EOT>",
|
6 |
"model_max_length": 200000,
|
7 |
+
"tokenizer_class": "GPT2TokenizerFast",
|
8 |
"unk_token": "<EOT>"
|
9 |
}
|