CoolFace
Modelpublic

Crossberry/crono

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes48downloads
tokenizer_config.json19 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "backend": "tokenizers",4  "bos_token": null,5  "clean_up_tokenization_spaces": false,6  "eos_token": "<|im_end|>",7  "errors": "replace",8  "extra_special_tokens": [9    "<|im_start|>",10    "<|im_end|>"11  ],12  "is_local": true,13  "model_max_length": 32768,14  "pad_token": "<|endoftext|>",15  "split_special_tokens": false,16  "tokenizer_class": "Qwen2Tokenizer",17  "unk_token": null18}19