command-a-plus-05-2026-bf16 / special_tokens_map.json
alexrs's picture
Add files using upload-large-folder tool
e949b16 verified
{
"bos_token": {
"content": "<BOS_TOKEN>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|END_OF_TURN_TOKEN|>",
"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
},
"boi_token": "<|START_OF_IMG|>",
"eoi_token": "<|END_OF_IMG|>",
"image_token": "<|IMG_PATCH|>",
"img_line_break_token": "<|IMG_LINE_BREAK|>"
}