Update tokenizer_class to PreTrainedTokenizerFast for GGUF compatibility
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -18,6 +18,6 @@
|
|
| 18 |
"local_files_only": false,
|
| 19 |
"model_max_length": 1000000000000000019884624838656,
|
| 20 |
"pad_token": "<|endoftext|>",
|
| 21 |
-
"tokenizer_class": "
|
| 22 |
"unk_token": "<|endoftext|>"
|
| 23 |
}
|
|
|
|
| 18 |
"local_files_only": false,
|
| 19 |
"model_max_length": 1000000000000000019884624838656,
|
| 20 |
"pad_token": "<|endoftext|>",
|
| 21 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 22 |
"unk_token": "<|endoftext|>"
|
| 23 |
}
|