Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
premanthcharan
/
Image_Captioning_Model
like
1
Follow
DATA 606: Capstone Project
2
Image-to-Text
PyTorch
vision-encoder-decoder
image-captioning
Transformers
arxiv:
6 papers
License:
apache-2.0
Model card
Files
Files and versions
Community
3
main
Image_Captioning_Model
/
special_tokens_map.json
premanth15
Create special_tokens_map.json
201b1a8
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
{
"bos_token"
:
"<|endoftext|>"
,
"eos_token"
:
"<|endoftext|>"
,
"unk_token"
:
"<|endoftext|>"
,
"pad_token"
:
"<|endoftext|>"
}