How to use lowem1/t5_ocr_aug-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lowem1/t5_ocr_aug-small") model = AutoModelForSeq2SeqLM.from_pretrained("lowem1/t5_ocr_aug-small")
No model card