MCWC
Collection
7 items • Updated • 2
How to use ezzini/marian-finetuned-mcwc-ar-to-en with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ezzini/marian-finetuned-mcwc-ar-to-en")
model = AutoModelForSeq2SeqLM.from_pretrained("ezzini/marian-finetuned-mcwc-ar-to-en", device_map="auto")This model is a fine-tuned version of Helsinki-NLP/opus-mt-ar-en 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.3918 | 1.1473 | 0 |
| 1.0745 | 1.1021 | 1 |
| 0.9486 | 1.0908 | 2 |
Base model
Helsinki-NLP/opus-mt-ar-en
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ezzini/marian-finetuned-mcwc-ar-to-en") model = AutoModelForSeq2SeqLM.from_pretrained("ezzini/marian-finetuned-mcwc-ar-to-en", device_map="auto")