Update tokenizer_config.json
Browse filesAccording to https://huggingface.co/Tongyi-MAI/Z-Image-Turbo/blob/main/tokenizer/tokenizer_config.json, it should be `additional_special_tokens` ? otherwise it will leads to tokenization error.
tokenizer/tokenizer_config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"clean_up_tokenization_spaces": false,
|
| 7 |
"eos_token": "<|im_end|>",
|
| 8 |
"errors": "replace",
|
| 9 |
-
"
|
| 10 |
"<|im_start|>",
|
| 11 |
"<|im_end|>",
|
| 12 |
"<|object_ref_start|>",
|
|
|
|
| 6 |
"clean_up_tokenization_spaces": false,
|
| 7 |
"eos_token": "<|im_end|>",
|
| 8 |
"errors": "replace",
|
| 9 |
+
"additional_special_tokens": [
|
| 10 |
"<|im_start|>",
|
| 11 |
"<|im_end|>",
|
| 12 |
"<|object_ref_start|>",
|