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