FiscalNote/billsum
Viewer • Updated • 23.5k • 11.6k • 55
How to use chunwoolee0/t5_small_billsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/t5_small_billsum")
model = AutoModelForSeq2SeqLM.from_pretrained("chunwoolee0/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 | 62 | 2.5233 | 0.1285 | 0.0432 | 0.1093 | 0.109 | 19.0 |
| No log | 2.0 | 124 | 2.4402 | 0.1379 | 0.0519 | 0.1165 | 0.1161 | 19.0 |
| No log | 3.0 | 186 | 2.4054 | 0.1477 | 0.0592 | 0.1242 | 0.1242 | 19.0 |
| No log | 4.0 | 248 | 2.3947 | 0.1508 | 0.0616 | 0.1266 | 0.1266 | 19.0 |
Base model
google-t5/t5-small