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