Instructions to use Ahmed007/T5-Summarize_the_arabic_text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ahmed007/T5-Summarize_the_arabic_text with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Ahmed007/T5-Summarize_the_arabic_text") model = AutoModelForSeq2SeqLM.from_pretrained("Ahmed007/T5-Summarize_the_arabic_text") - Notebooks
- Google Colab
- Kaggle
Commit ·
3dbc08f
1
Parent(s): 3d0e18f
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (4c29f710cc0495d6e5bd5e2bf7e8ff3ee473781d)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495fa51e204676f1a857a9fc13c4c89f3f5ba9f480b898cebca02add25e6d749
|
| 3 |
+
size 307867048
|