Upload 7 files f677ef7 verified
adarsh ajay commited on
How to use Adarsh-aot/Caption with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Adarsh-aot/Caption")
model = AutoModelForSeq2SeqLM.from_pretrained("Adarsh-aot/Caption")