Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
noamrot
/
FuseCap_Image_Captioning
like
21
Image-to-Text
Transformers
PyTorch
blip
image-text-to-text
image-captioning
arxiv:
2305.17718
License:
mit
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
refs/pr/1
FuseCap_Image_Captioning
/
special_tokens_map.json
noamrot
added files
e5eee6e
over 1 year 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]"
}