๐ Description
Masrawy-to-English is a translation model built to convert Egyptian Arabic (Masrawy dialect) into fluent English. It focuses on colloquial speech and informal text often found in everyday conversations and social media.
๐ Evaluation
- BLEU: 0.27 on a curated test set of Egyptian Arabic sentences.
- The score reflects good performance for informal and dialectal translation tasks.
๐ Dataset
The dataset was built using Egyptian Arabic text manually translated into English, along with high-quality translations generated using OpenAI models. The goal was to cover realistic dialectal expressions and ensure fluent English output.
โ Intended Use
Use for: Translating social content, messages, and informal Egyptian Arabic.
Avoid for: MSA, other Arabic dialects, or high-stakes domains (e.g., legal/medical).
๐ฌ Examples
| Egyptian Arabic | English |
|---|---|
| ุนุงู ู ุฅููุ | How are you? |
| ู ุด ูุงุฏุฑ ุฃุฑูุฒ ุฎุงูุต | I canโt focus at all |
Usage
pipe = pipeline("translation", model=mdl_name, device = 'cuda')
response = pipe(text)[0]['translation_text']
print(response)
- Downloads last month
- 7
Model tree for oddadmix/Masrawy2English-translator-0.1
Base model
Helsinki-NLP/opus-mt-tc-big-ar-en