wmt/wmt16
Viewer • Updated • 9.98M • 10.5k • 26
How to use Lucapro/test-model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Lucapro/test-model")
model = AutoModelForSeq2SeqLM.from_pretrained("Lucapro/test-model")This model is a fine-tuned version of t5-small on the wmt16 ro-en 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: