Instructions to use geo-wilson/arabic-text-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use geo-wilson/arabic-text-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("geo-wilson/arabic-text-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("geo-wilson/arabic-text-summarization") - Notebooks
- Google Colab
- Kaggle
Upload MT5ForConditionalGeneration
#2
by geo-wilson - opened
No description provided.
geo-wilson changed pull request status to merged