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