EdinburghNLP/xsum
Viewer • Updated • 227k • 18.6k • 152
How to use bochaowei/t5-small-finetuned-xsum-wei2 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("bochaowei/t5-small-finetuned-xsum-wei2")
model = AutoModelForSeq2SeqLM.from_pretrained("bochaowei/t5-small-finetuned-xsum-wei2", 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.633 | 1.0 | 17004 | 2.4131 | 29.2287 | 8.4073 | 23.0934 | 23.0954 | 18.8236 |