Files
Checkpoint_2b_instructed_beta/special_tokens_map.json
ModelHub XC 919d2d1149 初始化项目,由ModelHub XC社区提供模型
Model: BSC-LT/Checkpoint_2b_instructed_beta
Source: Original Platform
2026-05-18 17:26:40 +08:00

29 lines
513 B
JSON

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