Add tokenizer.json
#8
by jonatanklosko - opened
This is the only Salesforce/blip-* checkpoint without tokenizer.json, so adding for consistency :)
Generated with:
from transformers import BertTokenizerFast
tokenizer = BertTokenizerFast.from_pretrained("/Users/jonatanklosko/git/hf/blip-image-captioning-base/")
tokenizer.save_pretrained("/Users/jonatanklosko/git/hf/blip-image-captioning-base/")
jonatanklosko changed pull request status to open
Thanks a lot for the addition!
ybelkada changed pull request status to merged