Cubiczan-MoE-7B / tokenizer_config.json
Impactquadrant's picture
Initial release: Cubiczan-MoE-7B model config, expert knowledge base, and model card
0ae90a0 verified
Raw
History Blame Contribute Delete
2.01 kB
{
"model_type": "cubiczan-moe",
"tokenizer_class": "CubiczanTokenizer",
"auto_map": {
"AutoTokenizer": "tokenization_cubiczan.CubiczanTokenizer"
},
"bos_token": "<|endoftext|>",
"eos_token": "<|im_end|>",
"pad_token": "<|endoftext|>",
"unk_token": null,
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
"clean_up_tokenization_spaces": false,
"model_max_length": 32768,
"added_tokens_decoder": {
"151643": {"content": "<|endoftext|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151644": {"content": "<|im_start|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151645": {"content": "<|im_end|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151646": {"content": "<|framework_start|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151647": {"content": "<|framework_end|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151648": {"content": "<|expert_route|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151649": {"content": "<|template_start|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151650": {"content": "<|template_end|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151651": {"content": "<|tlp_payload_start|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"151652": {"content": "<|tlp_payload_end|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true}
}
}