EdinburghNLP/xsum
Viewer • Updated • 227k • 20.6k • 152
How to use gniemiec/mt5-small-finetuned-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("gniemiec/mt5-small-finetuned-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("gniemiec/mt5-small-finetuned-xsum", device_map="auto")This model is a fine-tuned version of google/mt5-small on the xsum 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 | 12753 | nan | 2.8351 | 0.3143 | 2.6488 | 2.6463 | 4.9416 |