Lvxue/wmt16
Viewer • Updated • 1.22M • 62
How to use Lvxue/distilled-mt5-base-pseudo-labeling with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Lvxue/distilled-mt5-base-pseudo-labeling")
model = AutoModelForSeq2SeqLM.from_pretrained("Lvxue/distilled-mt5-base-pseudo-labeling")This model is a fine-tuned version of google/mt5-small on the Lvxue/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: