How to use pykale/bart-base-ocr with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pykale/bart-base-ocr") model = AutoModelForSeq2SeqLM.from_pretrained("pykale/bart-base-ocr")
The community tab is the place to discuss and collaborate with the HF community!