Files
Yi-Agent-6B-Chat/special_tokens_map.json
ModelHub XC f9d7fed9db 初始化项目,由ModelHub XC社区提供模型
Model: mrsteamedbun/Yi-Agent-6B-Chat
Source: Original Platform
2026-05-18 01:42:02 +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
}
}