EdinburghNLP/xsum
Viewer • Updated • 227k • 18k • 148
How to use jinhybr/text-summarization-t5base-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jinhybr/text-summarization-t5base-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("jinhybr/text-summarization-t5base-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 |
|---|---|---|---|---|---|---|---|---|
| 2.7189 | 1.0 | 12753 | 2.4789 | 28.282 | 7.6989 | 22.2019 | 22.197 | 18.8238 |