Helsinki-NLP/opus-100
Viewer • Updated • 55.1M • 19.8k • 243
How to use marymary2000/opus-mt-en-es-finetuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("marymary2000/opus-mt-en-es-finetuned")
model = AutoModelForSeq2SeqLM.from_pretrained("marymary2000/opus-mt-en-es-finetuned", device_map="auto")This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-es on an Helsinki-NLP/opus-100 en-es 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:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf++ | Gen Len |
|---|---|---|---|---|---|---|
| 1.2527 | 1.0 | 62500 | 1.2411 | 43.1812 | 62.1134 | 17.89 |
| 1.1721 | 2.0 | 125000 | 1.2335 | 43.5934 | 62.3235 | 17.9905 |
| 1.1064 | 3.0 | 187500 | 1.2279 | 43.9663 | 62.5747 | 17.9125 |
Base model
Helsinki-NLP/opus-mt-en-es
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("marymary2000/opus-mt-en-es-finetuned") model = AutoModelForSeq2SeqLM.from_pretrained("marymary2000/opus-mt-en-es-finetuned", device_map="auto")