Edit model card

source language: Egyptian

target language: English

fine tuned from model: Helsinki

How to Get Started with the Model

Use the code below to get started with the model.

from transformers import pipeline

egyptian_text = "ุญุท ุงู„ุฌู…ู„ุฉ ุงู„ู„ูŠ ุงู†ุช ุนุงูŠุฒู‡ุง ู‡ู†ุง"

translator = pipeline("translation", model = "KARAKOZA/egy_to_eng")

translation = translator(egyptian_text)[0]["translation_text"]

print(translation)
Downloads last month
8