EdinburghNLP/xsum
Viewer • Updated • 227k • 21.4k • 152
How to use jakka/t5-small-finetuned-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jakka/t5-small-finetuned-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("jakka/t5-small-finetuned-xsum", device_map="auto")This model is a fine-tuned version of t5-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 |
|---|---|---|---|---|---|---|---|---|
| 3.1005 | 1.0 | 625 | 2.7323 | 22.215 | 4.296 | 17.2091 | 17.212 | 18.655 |