GeoOSSVision / special_tokens_map.json
anjaneyasharma's picture
Initial upload
7521f11
raw
history blame contribute delete
573 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"eos_token": {
"content": "<|return|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"start_image_token": "<img>",
"video_token": "<video>"
}