Dobby-Unhinged-Llama-3.3-70B-mlx-4Bit / special_tokens_map.json
Basher17's picture
Upload special_tokens_map.json with huggingface_hub
33a2d94 verified
raw
history blame contribute delete
527 Bytes
{
"additional_special_tokens": [
"<|eot_id|>",
"<|eom_id|>"
],
"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": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}