Hebrew to Arabic Translator (Israeli Arabic Dialect)

This model is a fine-tuned version of Helsinki-NLP/opus-mt-ar-he on an Israeli Arabic dialect corpus, trained for 15 epochs. It aims to translate informal conversational phrases in Israeli Arabic into Hebrew, making it suitable for applications involving colloquial or everyday expressions.

Example Usage

Before using the fine-tuned model, load the tokenizer from the base model:

from transformers import pipeline, AutoTokenizer
# Load tokenizer from the base model
tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-he-ar")
# Initialize the translation pipeline with the fine-tuned model and base tokenizer
trans = pipeline("translation", model="HebArabNlpProject/mt-he-ar", tokenizer=tokenizer)
print(trans("رحت أشتري كتاب"))
Downloads last month
16
Safetensors
Model size
76.6M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Model tree for HebArabNlpProject/mt-he-ar

Finetuned
(2)
this model