command-a-plus-05-2026-bf16 / special_tokens_map.json
invincible-jha's picture
Duplicate from CohereLabs/command-a-plus-05-2026-bf16
d792999
raw
history blame contribute delete
830 Bytes
{
"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|>"
}