Instructions to use Omar-youssef/english-egyptian-arabic-translation-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Omar-youssef/english-egyptian-arabic-translation-v1 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="Omar-youssef/english-egyptian-arabic-translation-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Omar-youssef/english-egyptian-arabic-translation-v1") model = AutoModelForSeq2SeqLM.from_pretrained("Omar-youssef/english-egyptian-arabic-translation-v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,6 @@ Fine-tuned exclusively on the **Egyptian Arabic** [Omar-youssef/English-Egyptian
|
|
| 88 |
- **Weight decay:** 0.01
|
| 89 |
- **Optimizer:** AdamW
|
| 90 |
- **Evaluation strategy:** steps (every 50 steps)
|
| 91 |
-
- **Best model selection:** highest BLEU score on validation set
|
| 92 |
|
| 93 |
---
|
| 94 |
|
|
@@ -119,7 +118,7 @@ Fine-tuned exclusively on the **Egyptian Arabic** [Omar-youssef/English-Egyptian
|
|
| 119 |
|
| 120 |
- **Architecture:** MarianMT (Encoder-Decoder Transformer)
|
| 121 |
- **Base:** Helsinki-NLP/opus-mt-tc-big-en-ar
|
| 122 |
-
- **Parameters:** ~
|
| 123 |
- **Task:** Sequence-to-Sequence Translation
|
| 124 |
|
| 125 |
### Compute Infrastructure
|
|
@@ -138,7 +137,7 @@ If you use this model, please cite the base model and dataset:
|
|
| 138 |
@misc{omar-youssef-egyptian-translation,
|
| 139 |
author = {Omar Youssef},
|
| 140 |
title = {English to Egyptian Arabic Translation Model},
|
| 141 |
-
year = {
|
| 142 |
publisher = {Hugging Face},
|
| 143 |
url = {https://huggingface.co/Omar-youssef/english-egyptian-arabic-translation-v1}
|
| 144 |
}
|
|
|
|
| 88 |
- **Weight decay:** 0.01
|
| 89 |
- **Optimizer:** AdamW
|
| 90 |
- **Evaluation strategy:** steps (every 50 steps)
|
|
|
|
| 91 |
|
| 92 |
---
|
| 93 |
|
|
|
|
| 118 |
|
| 119 |
- **Architecture:** MarianMT (Encoder-Decoder Transformer)
|
| 120 |
- **Base:** Helsinki-NLP/opus-mt-tc-big-en-ar
|
| 121 |
+
- **Parameters:** ~500M
|
| 122 |
- **Task:** Sequence-to-Sequence Translation
|
| 123 |
|
| 124 |
### Compute Infrastructure
|
|
|
|
| 137 |
@misc{omar-youssef-egyptian-translation,
|
| 138 |
author = {Omar Youssef},
|
| 139 |
title = {English to Egyptian Arabic Translation Model},
|
| 140 |
+
year = {2026},
|
| 141 |
publisher = {Hugging Face},
|
| 142 |
url = {https://huggingface.co/Omar-youssef/english-egyptian-arabic-translation-v1}
|
| 143 |
}
|