wmt/wmt19
Viewer • Updated • 124M • 5.78k • 48
How to use weege007/opus-mt-en-zh-finetuned-en-to-zh with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("weege007/opus-mt-en-zh-finetuned-en-to-zh")
model = AutoModelForSeq2SeqLM.from_pretrained("weege007/opus-mt-en-zh-finetuned-en-to-zh")This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-zh on the wmt19 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 | Gen Len |
|---|---|---|---|---|---|
| 1.7238 | 1.0 | 6250 | 1.6765 | 22.4693 | 19.699 |
Base model
Helsinki-NLP/opus-mt-en-zh