Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 14.1k • 88
How to use DevAibest/opus-mt-finetuned-en-to-fr with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("DevAibest/opus-mt-finetuned-en-to-fr")
model = AutoModelForSeq2SeqLM.from_pretrained("DevAibest/opus-mt-finetuned-en-to-fr")This model is a fine-tuned version of DevAibest/opus-mt-finetuned-en-to-fr on the opus_books 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 |
|---|---|---|---|---|---|
| 0.4587 | 1.0 | 6355 | 0.2063 | 76.6735 | 32.6691 |
| 0.426 | 2.0 | 12710 | 0.2238 | 74.291 | 32.7606 |
| 0.3935 | 3.0 | 19065 | 0.2385 | 72.4894 | 32.8613 |
| 0.3723 | 4.0 | 25420 | 0.2480 | 71.2701 | 32.635 |
| 0.3492 | 5.0 | 31775 | 0.2532 | 70.6417 | 32.7086 |
| 0.3315 | 6.0 | 38130 | 0.2588 | 69.8185 | 32.7439 |
| 0.3057 | 7.0 | 44485 | 0.2598 | 69.7941 | 32.7479 |
| 0.2906 | 8.0 | 50840 | 0.2621 | 69.5144 | 32.7624 |
| 0.283 | 9.0 | 57195 | 0.2619 | 69.27 | 32.7373 |
| 0.2675 | 10.0 | 63550 | 0.2610 | 69.4791 | 32.7639 |
Unable to build the model tree, the base model loops to the model itself. Learn more.