autotrain-682qi-z5wwb / special_tokens_map.json
raethehacker's picture
Upload folder using huggingface_hub
64b136a verified
raw
history blame contribute delete
268 Bytes
{
"additional_special_tokens": [
"<|im_start|>user",
"<|im_start|>assistant",
"<|im_start|>system",
"<|im_end|>",
"<s>",
"<pad>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "<pad>",
"unk_token": "<|endoftext|>"
}