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