lucid-v1-nemo-mlx-4Bit / special_tokens_map.json
CuckmeisterFuller's picture
Upload special_tokens_map.json with huggingface_hub
16b4f64 verified
raw
history blame contribute delete
711 Bytes
{
"additional_special_tokens": [
"<|start_header_id|>",
"<|end_header_id|>",
"<|eot_id|>",
"<|reasoning_start|>",
"<|reasoning_end|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}