Llama-3-8B-function_calling / special_tokens_map.json
Jofthomas's picture
Jofthomas HF staff
End of training
25e7758 verified
raw
history blame contribute delete
No virus
439 Bytes
{
"additional_special_tokens": [
"function-call",
"function-response",
"<pad>",
"<|eot_id|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>"
}