FiscalNote/billsum
Viewer • Updated • 23.5k • 16k • 55
How to use preetk21/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("preetk21/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("preetk21/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 | 62 | 2.4832 | 0.1601 | 0.0661 | 0.1339 | 0.1336 | 19.0 |
| No log | 2.0 | 124 | 2.4431 | 0.1841 | 0.0881 | 0.1559 | 0.1557 | 19.0 |
| No log | 3.0 | 186 | 2.4227 | 0.1919 | 0.0942 | 0.1635 | 0.1635 | 19.0 |
| No log | 4.0 | 248 | 2.4178 | 0.1937 | 0.0954 | 0.1647 | 0.1648 | 19.0 |
Base model
google-t5/t5-small