FiscalNote/billsum
Viewer • Updated • 23.5k • 5.95k • 55
How to use rdpatilds/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("rdpatilds/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("rdpatilds/my_awesome_billsum_model")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.6287 | 0.1318 | 0.0424 | 0.11 | 0.11 | 19.0 |
| No log | 2.0 | 248 | 2.4971 | 0.1403 | 0.0482 | 0.1168 | 0.1169 | 19.0 |
| No log | 3.0 | 372 | 2.4484 | 0.1629 | 0.0675 | 0.1369 | 0.1371 | 19.0 |
| No log | 4.0 | 496 | 2.4359 | 0.1689 | 0.0732 | 0.143 | 0.1431 | 19.0 |
Base model
google-t5/t5-small