Transformers
PyTorch
TensorFlow
Arabic
t5
text2text-generation
Arabic T5
MSA
Twitter
Arabic Dialect
Arabic Machine Translation
Arabic Text Summarization
Arabic News Title and Question Generation
Arabic Paraphrasing and Transliteration
Arabic Code-Switched Translation
text-generation-inference
Instructions to use UBC-NLP/AraT5-base-title-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/AraT5-base-title-generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/AraT5-base-title-generation") model = AutoModelForSeq2SeqLM.from_pretrained("UBC-NLP/AraT5-base-title-generation") - Notebooks
- Google Colab
- Kaggle
Commit History
Update special_tokens_map.json 7c988a2
Update tokenizer_config.json c4886c9
Update README.md 446e900
Update README.md d5d1bb8
Update README.md 752509a
Update README.md 29eedb6
Update README.md b208326
Update README.md 412f1b3
Update README.md 86a3ee4
Update README.md d9e00bf
Update README.md fd5de88
Update README.md 2f5a95e
commit from elmadany 135c2e1
elmadany commited on