clau_creat / special_tokens_map.json
arthrod's picture
Upload files to Hugging Face repository
8f6533a verified
raw
history blame
215 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_end|>",
"<|im_start|>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "<|pad|>",
"unk_token": "<unk>"
}