CoolFace
Modelpublic

Stopwolf/Mislisa-1.5B-Instruct

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
tokenizer_config.json45 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "151643": {4      "content": "<|im_end|>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "151644": {12      "content": "<|im_start|>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "151645": {20      "content": "<|endoftext|>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "151646": {28      "content": "<|PAD_TOKEN|>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "bos_token": null,37  "chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{'<|im_start|>user\n' + message['content'] + '<|im_end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|im_start|>assistant\n' + message['content'] + '<|im_end|>\n' }}{% else %}{{ '<|im_start|>system\n' + message['content'] + '<|im_end|>\n' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",38  "clean_up_tokenization_spaces": true,39  "eos_token": "<|im_end|>",40  "model_max_length": 1000000000000000019884624838656,41  "pad_token": "<|PAD_TOKEN|>",42  "tokenizer_class": "Qwen2Tokenizer",43  "unk_token": null44}45