Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
microsoft
/
git-base
like
71
Follow
Microsoft
4,480
Image-to-Text
Transformers
PyTorch
Safetensors
English
git
image-text-to-text
vision
image-captioning
Inference Endpoints
arxiv:
2205.14100
License:
mit
Model card
Files
Files and versions
Community
7
Train
Deploy
Use this model
cd431eb
git-base
/
special_tokens_map.json
nielsr
HF staff
Upload processor
646fbb3
almost 2 years 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]"
}