Dialect Translator: Bridging English to Arabic Dialect
Collection
This collection includes datasets, models , and spaces for dialect Translator.
โข
3 items
โข
Updated
โข
1
This model is a fine-tuned version of Helsinki-NLP/opus-mt-tc-big-en-ar. It achieves the following results on the evaluation set:
This model is finetuned on Helsinki-NLP/opus-mt-tc-big-en-ar for English to Egyptian dialect translations. It was trained on more than 150,000 rows with more than 10 Million tokens
from transformers import pipeline
modelName = "NAMAA-Space/masrawy-english-to-egyptian-arabic-translator-v2.9"
translator = pipeline("translation", model=modelName)
output = translator("Where is the nearest pharmacy")
print(output[0]['translation_text'])
The following hyperparameters were used during training:
openai/gpt-4o
in Egyptian translation leaderboard
If you use NAMAA-Space/masrawy-english-to-egyptian-arabic-translator-v2.9, please cite it as follows:
@article{namaa_01_2025,
title={Masrawy English to Egyptian Translator},
url={https://huggingface.co./NAMAA-Space/masrawy-english-to-egyptian-arabic-translator-v2.9},
publisher={NAMAA},
author={NAMAA Team},
year={2025}
}
Base model
Helsinki-NLP/opus-mt-tc-big-en-ar