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