CursorCore-DS-1.3B-SR / special_tokens_map.json
TechxGenus's picture
Upload folder using huggingface_hub
312fb3f verified
raw
history blame contribute delete
No virus
677 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|next_start|>",
"<|next_end|>",
"<|target_start|>",
"<|target_end|>",
"<|target|>",
"<|search_and_replace|>"
],
"bos_token": {
"content": "<|begin▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}