EdinburghNLP/xsum
Viewer • Updated • 227k • 21.2k • 147
How to use virto/t5-small-xsum-final with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("virto/t5-small-xsum-final")
model = AutoModelForSeq2SeqLM.from_pretrained("virto/t5-small-xsum-final")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.7177 | 1.0 | 12753 | 2.4989 | 28.2888 | 7.7396 | 22.1822 | 22.1755 | 18.8152 |