Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
SaiSriTejaKuppa
/
blip
like
0
Image-to-Text
PyTorch
google-tensorflow
TensorFlow
Safetensors
blip
image-captioning
Inference Endpoints
arxiv:
2201.12086
License:
bsd-3-clause
Model card
Files
Files and versions
Community
Deploy
main
blip
/
special_tokens_map.json
SaiSriTejaKuppa
Init blip commit
28a75c8
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}