Files
CT-LLM-SFT/special_tokens_map.json
ModelHub XC e943f62344 初始化项目,由ModelHub XC社区提供模型
Model: m-a-p/CT-LLM-SFT
Source: Original Platform
2026-05-29 17:10:13 +08:00

36 lines
628 B
JSON

{
"additional_special_tokens": [
"<|EOD|>",
"<|MASK|>",
"<|PAD|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
},
"pad_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
}
}