Instructions to use Erfan/mT5-small_Farsi_Title_Generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Erfan/mT5-small_Farsi_Title_Generator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Erfan/mT5-small_Farsi_Title_Generator") model = AutoModelForSeq2SeqLM.from_pretrained("Erfan/mT5-small_Farsi_Title_Generator", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4a35152
1
Parent(s): b5562ce
Update README.md (#2)
Browse files- Update README.md (b927c747aae3b29178f14d75ccfa66e67b99f50e)
Co-authored-by: Arshid <Zohaib1996@users.noreply.huggingface.co>