Text Generation
Transformers
Safetensors
Japanese
English
llama
conversational
text-generation-inference
shisa-v2-unphi4-14b / special_tokens_map.json
leonardlin's picture
Upload folder using huggingface_hub
f08bdb2 verified
raw
history blame contribute delete
570 Bytes
{
"bos_token": {
"content": "<|endoftext|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": {
"content": "<|dummy_87|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"unk_token": {
"content": "�",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}