EdinburghNLP/xsum
Viewer • Updated • 227k • 33.9k • 145
How to use bhuvaneswari/t5-small-text_summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("bhuvaneswari/t5-small-text_summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("bhuvaneswari/t5-small-text_summarization")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.7006 | 1.0 | 8162 | 2.4591 | 28.6917 | 7.976 | 22.6383 | 22.6353 | 18.8185 |