UVOX-xLAM-2-8B / special_tokens_map.json
AtAndDev's picture
Swap base LLM from Llama 3.1 8B to Salesforce/Llama-xLAM-2-8b-fc-r for improved tool calling
55a8cbb verified
raw
history blame
619 Bytes
{
"additional_special_tokens": [
{
"content": "<|audio|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"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
}
}