Set tokenizer class to `PreTrainedTokenizerFast`
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -8009,6 +8009,6 @@
|
|
| 8009 |
"clean_up_tokenization_spaces": false,
|
| 8010 |
"eos_token": "</s>",
|
| 8011 |
"model_max_length": 1000000000000000019884624838656,
|
| 8012 |
-
"tokenizer_class": "
|
| 8013 |
"unk_token": "<unk>"
|
| 8014 |
}
|
|
|
|
| 8009 |
"clean_up_tokenization_spaces": false,
|
| 8010 |
"eos_token": "</s>",
|
| 8011 |
"model_max_length": 1000000000000000019884624838656,
|
| 8012 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 8013 |
"unk_token": "<unk>"
|
| 8014 |
}
|