8B-instruct-chat / special_tokens_map.json
samtuckervegan's picture
SFT on Open Paws conversational data (Trained with Unsloth)
f329ace verified
raw
history blame contribute delete
588 Bytes
{
"additional_special_tokens": [
"<|start_header_id|>",
"<|end_header_id|>",
"<|eom_id|>",
"<|python_tag|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|reserved_special_token_250|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}