FiscalNote/billsum
Viewer • Updated • 23.5k • 16.8k • 54
How to use bogdancazan/t5_summarization_pretrained with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("bogdancazan/t5_summarization_pretrained")
model = AutoModelForSeq2SeqLM.from_pretrained("bogdancazan/t5_summarization_pretrained")This model is a fine-tuned version of t5-small on the billsum 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 |
|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 99 | 2.1685 | 0.1945 | 0.1012 | 0.1677 | 0.1678 | 19.0 |
| No log | 2.0 | 198 | 2.1605 | 0.1954 | 0.102 | 0.1688 | 0.1688 | 19.0 |
| No log | 3.0 | 297 | 2.1537 | 0.1945 | 0.102 | 0.168 | 0.168 | 19.0 |
| No log | 4.0 | 396 | 2.1515 | 0.1939 | 0.101 | 0.1678 | 0.1678 | 19.0 |