llama-3.2-3B-ecg-tool-calling-v1 / special_tokens_map.json
gustmd0121's picture
gustmd0121/llama-3.2-3B-ecg-tool-calling-v1
0c620fd verified
raw
history blame contribute delete
531 Bytes
{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<pad>",
"<eos>"
],
"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": "<pad>"
}