wmt/wmt16
Viewer • Updated • 9.98M • 10.3k • 26
How to use nks18/dl_a3_q3_results with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("nks18/dl_a3_q3_results")
model = AutoModelForSeq2SeqLM.from_pretrained("nks18/dl_a3_q3_results")This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ro on the wmt16 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-1 | Bleu-2 | Rouge-l |
|---|---|---|---|---|---|---|
| 2.8855 | 1.0 | 1250 | 3.1121 | 0.7437 | 0.5967 | 0.2186 |
| 2.2274 | 2.0 | 2500 | 2.8313 | 0.749 | 0.6149 | 0.2604 |
| 2.019 | 3.0 | 3750 | 2.6962 | 0.7661 | 0.6359 | 0.2851 |
| 1.8669 | 4.0 | 5000 | 2.6241 | 0.7854 | 0.6544 | 0.2926 |
| 1.805 | 5.0 | 6250 | 2.5832 | 0.7812 | 0.6525 | 0.2987 |
| 1.7505 | 6.0 | 7500 | 2.5716 | 0.785 | 0.6566 | 0.3001 |
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nks18/dl_a3_q3_results") model = AutoModelForSeq2SeqLM.from_pretrained("nks18/dl_a3_q3_results")