Files
granite-3.2-2b-instruct/special_tokens_map.json
ModelHub XC 52a28c8c73 初始化项目,由ModelHub XC社区提供模型
Model: unsloth/granite-3.2-2b-instruct
Source: Original Platform
2026-06-03 09:45:13 +08:00

30 lines
572 B
JSON

{
"additional_special_tokens": [
"<|start_of_role|>",
"<|end_of_role|>",
"<|tool_call|>"
],
"bos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<fim_pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": "�"
}