Helsinki-NLP/opus_books
Viewer • Updated • 1.25M • 12.7k • 91
How to use sinanoloji/en-to-es-trans-with-bart with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sinanoloji/en-to-es-trans-with-bart")
model = AutoModelForSeq2SeqLM.from_pretrained("sinanoloji/en-to-es-trans-with-bart")This model is a fine-tuned version of facebook/bart-base 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 |
|---|---|---|---|---|---|
| 2.4648 | 1.0 | 4674 | 2.1509 | 1.937 | 18.6399 |
| 2.2417 | 2.0 | 9348 | 2.0355 | 2.1888 | 18.6278 |
Base model
facebook/bart-base