Levanti (colloquial Levantine Arabic -> English) translator
Trained on the Levanti dataset by fine-tuning Helsinki-NLP/opus-mt-ar-en for 8 epochs. The model supports Palestinian, Jordanian, Syrian, Lebanese and Egyptian dialects.
Example usage
from transformers import pipeline
trans = pipeline("translation", "guymorlan/levanti_translate_ar_en")
trans("بدي أروح ع الدكان بكرا")
Out[1]: [{'translation_text': 'I want to go to the store tomorrow'}]
Attribution
Created by Guy Mor-Lan.
Contact: guy.mor AT mail.huji.ac.il
- Downloads last month
- 167
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.