Files
tildeopen-30b-mu-instruct/special_tokens_map.json
ModelHub XC aafa2fa64d 初始化项目,由ModelHub XC社区提供模型
Model: martinsu/tildeopen-30b-mu-instruct
Source: Original Platform
2026-05-19 13:09:07 +08:00

61 lines
1.0 KiB
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<function>",
"</function>",
"<|en|>",
"<|de|>",
"<|fr|>",
"<|es|>",
"<|it|>",
"<|pl|>",
"<|nl|>",
"<|sv|>",
"<|da|>",
"<|fi|>",
"<|pt|>",
"<|cs|>",
"<|ro|>",
"<|hu|>",
"<|el|>",
"<|lv|>",
"<|ee|>",
"<|lt|>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|unk|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}