Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
khulnasoft
/
git-base
like
0
Image-Text-to-Text
English
git
vision
image-to-text
Image-Captioning
arxiv:
1910.09700
License:
mit
Model card
Files
Files and versions
Community
main
git-base
/
special_tokens_map.json
khulnasoft
Create special_tokens_map.json
28345a3
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}