Files
SmolLM2-Math-IIO-1.7B-Instruct/special_tokens_map.json
ModelHub XC c4a00f577e 初始化项目,由ModelHub XC社区提供模型
Model: prithivMLmods/SmolLM2-Math-IIO-1.7B-Instruct
Source: Original Platform
2026-06-03 05:22:12 +08:00

29 lines
572 B
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}