Files
Gemma3NPC-1b-SOMPOA-heresy/special_tokens_map.json
ModelHub XC 49eba97915 初始化项目,由ModelHub XC社区提供模型
Model: MuXodious/Gemma3NPC-1b-SOMPOA-heresy
Source: Original Platform
2026-05-04 21:30:09 +08:00

34 lines
670 B
JSON

{
"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": "<end_of_turn>",
"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
}
}