littlechat-50M / tokenizer_config.json
wop's picture
Upload tokenizer_config.json with huggingface_hub
1d31e86 verified
Raw
History Blame Contribute Delete
205 Bytes
{
"vocab_size": 32000,
"special_tokens": [
"<pad>",
"",
"<s>",
"</s>",
"<|im_start|>",
"<|im_end|>",
"<|system|>",
"<|user|>",
"<|assistant|>"
],
"type": "BPE"
}