vgaraujov/wmt13
Viewer โข Updated โข 39.3M โข 192
How to use vgaraujov/bart-base-translation-en-es with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("vgaraujov/bart-base-translation-en-es")
model = AutoModelForSeq2SeqLM.from_pretrained("vgaraujov/bart-base-translation-en-es", device_map="auto")This model is a fine-tuned version of BARTO on a small portion of WMT13 es-en dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
Base model
vgaraujov/bart-base-spanish