Files
BitCPM-CANN-8B-unquantized/special_tokens_map.json
ModelHub XC d1cc0a3ea3 初始化项目,由ModelHub XC社区提供模型
Model: openbmb/BitCPM-CANN-8B-unquantized
Source: Original Platform
2026-06-04 15:20:58 +08:00

34 lines
630 B
JSON

{
"additional_special_tokens": [
"<|im_end|>",
"<|im_start|>",
"<|tool_call|>",
"<|execute_start|>",
"<|execute_end|>",
"<|fim_prefix|>",
"<|fim_middle|>",
"<|fim_suffix|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}