Files
Qemma-Q1.7B/special_tokens_map.json
ModelHub XC eecfc85986 初始化项目,由ModelHub XC社区提供模型
Model: reaperdoesntknow/Qemma-Q1.7B
Source: Original Platform
2026-05-23 17:38:18 +08:00

40 lines
779 B
JSON

{
"additional_special_tokens": [
"<think>",
"</think>",
"<reasoning_step>",
"</reasoning_step>"
],
"boi_token": "<start_of_image>",
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eoi_token": "<end_of_image>",
"eos_token": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"image_token": "<image_soft_token>",
"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
}
}