Files
Yi-34B-Chat-4bits/special_tokens_map.json
ModelHub XC 03c9d66c98 初始化项目,由ModelHub XC社区提供模型
Model: 01ai/Yi-34B-Chat-4bits
Source: Original Platform
2026-06-17 17:40:13 +08:00

36 lines
662 B
JSON

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