Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
sooh-j
/
blip-image-captioning-base
like
0
Image-to-Text
Transformers
PyTorch
google-tensorflow
TensorFlow
blip
image-text-to-text
image-captioning
Inference Endpoints
arxiv:
2201.12086
License:
bsd-3-clause
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
b2d68d7
blip-image-captioning-base
/
special_tokens_map.json
sooh-j
Upload folder using huggingface_hub
b2d68d7
verified
5 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}