Dynamic-Function-Calling-Agent / model_files /special_tokens_map.json
jlov7's picture
πŸš€ Fix model loading: improved fallback logic + local model files for 100% success rate
ced644c verified
raw
history blame contribute delete
289 Bytes
{
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}