llama-3-8B-function-calling / special_tokens_map.json
francislabounty's picture
Upload folder using huggingface_hub
5bc7c92 verified
{
"additional_special_tokens": [
"<|im_start|>",
"<tool_schema>",
"</tool_schema>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<json_schema>",
"</json_schema>",
"<json_schema_response>",
"</json_schema_response>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"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
}
}