Janus-Pro-1B / special_tokens_map.json
yaswanthgali's picture
Changes to config
71bd6c4 verified
raw
history blame contribute delete
792 Bytes
{
"additional_special_tokens": [
"<image_placeholder>",
"<patch_placeholder>",
"<|ref|>",
"<|/ref|>",
"<|det|>",
"<|/det|>",
"<|grounding|>",
"<|User|>",
"<|Assistant|>"
],
"boi_token": "<begin_of_image>",
"bos_token": {
"content": "<|begin▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eoi_token": "<end_of_image>",
"eos_token": {
"content": "<|end▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"image_token": "<image_placeholder>",
"pad_token": {
"content": "<|▁pad▁|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}