MCWC
Collection
7 items • Updated • 2
How to use ezzini/marian-finetuned-mcwc-en-to-ar with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ezzini/marian-finetuned-mcwc-en-to-ar")
model = AutoModelForSeq2SeqLM.from_pretrained("ezzini/marian-finetuned-mcwc-en-to-ar", device_map="auto")This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ar on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 1.8177 | 1.6380 | 0 |
| 1.5158 | 1.5928 | 1 |
| 1.3738 | 1.5802 | 2 |
Base model
Helsinki-NLP/opus-mt-en-ar