Llama-3-Groq-70B-Tool-Use-4bit / special_tokens_map.json
prince-canuma's picture
cc1971b352f67f4dd90173dfb81b42898718150cb7c2a976fb710a06504a52f7
edbd9b8 verified
raw
history blame
593 Bytes
{
"additional_special_tokens": [
"<tool_call>",
"</tool_call>",
"<tools>",
"</tools>",
"<tool_response>",
"</tool_response>"
],
"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": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}