Files
granite-3.3-8b-instruct-chatml/special_tokens_map.json
ModelHub XC e729207091 初始化项目,由ModelHub XC社区提供模型
Model: IntervitensInc/granite-3.3-8b-instruct-chatml
Source: Original Platform
2026-06-02 17:42:13 +08:00

40 lines
776 B
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|end_of_role|>",
"<|tool_call|>",
"<|start_of_cite|>",
"<|end_of_cite|>",
"<|start_of_plugin|>",
"<|end_of_plugin|>"
],
"bos_token": {
"content": "<|im_end|>",
"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": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}