Helsinki-NLP/opus-100
Viewer • Updated • 55.1M • 29.9k • 242
How to use HAJIWEE/zh2en_opus_100_t5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("HAJIWEE/zh2en_opus_100_t5")
model = AutoModelForSeq2SeqLM.from_pretrained("HAJIWEE/zh2en_opus_100_t5", device_map="auto")This model is a fine-tuned version of HAJIWEE/zh2en_opus_100_t5 on the opus100 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 |
|---|---|---|---|---|---|
| 2.7037 | 1.0 | 166667 | 2.6341 | 4.0036 | 16.174 |
| 2.74 | 2.0 | 333334 | 2.6166 | 3.9852 | 15.8015 |