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