nuph-tokenizer / special_tokens_map.json
baebee's picture
Upload folder using huggingface_hub
2406558
raw
history blame contribute delete
No virus
180 Bytes
{
"additional_special_tokens": [
"<|system|>",
"<|response|>",
"<|prompt|>"
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"unk_token": "<unk>"
}