Files
pyg-instruct-wizardlm/special_tokens_map.json
ModelHub XC f168899888 初始化项目,由ModelHub XC社区提供模型
Model: Lazycuber/pyg-instruct-wizardlm
Source: Original Platform
2026-06-08 15:07:56 +08:00

29 lines
535 B
JSON

{
"additional_special_tokens": [
"<START>",
"<msg>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}