Files
Yi-1.5-34B-Chat-AWQ/special_tokens_map.json
ModelHub XC 89c58cfef0 初始化项目,由ModelHub XC社区提供模型
Model: AI-ModelScope/Yi-1.5-34B-Chat-AWQ
Source: Original Platform
2026-06-11 12:22:13 +08:00

31 lines
567 B
JSON

{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"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
}
}