FiscalNote/billsum
Viewer • Updated • 23.5k • 4.64k • 55
How to use StatsGary/t5-small-billsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("StatsGary/t5-small-billsum")
model = AutoModelForSeq2SeqLM.from_pretrained("StatsGary/t5-small-billsum")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 | 124 | 2.6810 | 0.1312 | 0.0415 | 0.1076 | 0.1077 | 19.0 |
| No log | 2.0 | 248 | 2.5953 | 0.1383 | 0.0487 | 0.1135 | 0.1132 | 19.0 |