EdinburghNLP/xsum
Viewer • Updated • 227k • 24.8k • 147
How to use Seungjun/t5-small-finetuned-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Seungjun/t5-small-finetuned-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("Seungjun/t5-small-finetuned-xsum")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 |
|---|---|---|---|---|---|---|---|---|
| 2.7155 | 1.0 | 12753 | 2.4782 | 28.2715 | 7.7391 | 22.1911 | 22.1973 | 18.8268 |