EdinburghNLP/xsum
Viewer • Updated • 227k • 28.7k • 146
How to use achimoraites/flan-t5-base-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("achimoraites/flan-t5-base-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("achimoraites/flan-t5-base-xsum")This model is a fine-tuned version of google/flan-t5-base 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.335 | 1.0 | 1417 | 2.0823 | 31.3453 | 10.2077 | 25.0051 | 25.008 | 18.8259 |
| 1.8642 | 2.0 | 2834 | 2.0798 | 32.3503 | 10.8909 | 25.9346 | 25.9216 | 18.8494 |
| 1.5208 | 3.0 | 4251 | 2.1272 | 32.6743 | 11.3394 | 26.3776 | 26.3724 | 18.8435 |
| 1.2628 | 4.0 | 5668 | 2.2110 | 32.695 | 11.3273 | 26.3215 | 26.322 | 18.8306 |
| 1.0649 | 5.0 | 7085 | 2.3143 | 32.5287 | 11.3662 | 26.274 | 26.2741 | 18.8345 |
Base model
google/flan-t5-base