Files
Llama-3.2-3B-F1-Instruct/special_tokens_map.json
ModelHub XC 3046e1d40b 初始化项目,由ModelHub XC社区提供模型
Model: twinkle-ai/Llama-3.2-3B-F1-Instruct
Source: Original Platform
2026-06-17 04:50:12 +08:00

28 lines
522 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": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}