Files
Llama-xLAM-2-8b-fc-r/special_tokens_map.json
ModelHub XC c5662ae1eb 初始化项目,由ModelHub XC社区提供模型
Model: Salesforce/Llama-xLAM-2-8b-fc-r
Source: Original Platform
2026-06-10 20:50:12 +08:00

28 lines
512 B
JSON

{
"additional_special_tokens": [
"<|eot_id|>",
"<|eom_id|>"
],
"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
}
}