reciTAL/mlsum
Updated • 1.33k • 55
How to use lewtun/mt5-small-finetuned-mlsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("lewtun/mt5-small-finetuned-mlsum")
model = AutoModelForSeq2SeqLM.from_pretrained("lewtun/mt5-small-finetuned-mlsum")This model is a fine-tuned version of google/mt5-small on the mlsum 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 | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| nan | 1.0 | 808 | nan | 1.1475 | 0.1284 | 1.0634 | 1.0778 | 3.7939 |