Transformers
Safetensors
English
text-generation-inference
unsloth
llama
trl
Inference Endpoints
SmolLM2-1.7B-persona-lora / special_tokens_map.json
bunnycore's picture
Upload model trained with Unsloth
f8069ee verified
raw
history blame contribute delete
537 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|PAD_TOKEN|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": "�"
}