Files
salamandra-2b-instruct/special_tokens_map.json
ModelHub XC 4d1c1ee6f3 初始化项目,由ModelHub XC社区提供模型
Model: BSC-LT/salamandra-2b-instruct
Source: Original Platform
2026-05-05 02:45:46 +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
}
}