levanti_he_ar / ar_he /README.md
Guy Mor-Lan
add models
46f657a

A newer version of the Gradio SDK is available: 5.4.0

Upgrade
metadata
license: cc-by-nc-4.0
datasets:
  - guymorlan/levanti
language:
  - ar
  - he
pipeline_tag: translation
widget:
  - text: بدي أروح ع الدكان بكرا

Levanti (colloquial Levantine Arabic -> Hebrew) translator

Trained on the Levanti dataset by fine-tuning Helsinki-NLP/opus-mt-ar-he 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_he")
trans("بدي أروح ع الدكان بكرا")
Out[1]: [{'translation_text': 'אני רוצה ללכת לחנות מחר'}]

Attribution

Created by Guy Mor-Lan.
Contact: guy.mor AT mail.huji.ac.il