Files
SmolLM-1.7B-Instruct-quanti…/special_tokens_map.json
ModelHub XC e0d0ff2ad7 初始化项目,由ModelHub XC社区提供模型
Model: RedHatAI/SmolLM-1.7B-Instruct-quantized.w8a8
Source: Original Platform
2026-05-06 12:32:39 +08:00

35 lines
655 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": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}