FiscalNote/billsum
Viewer • Updated • 23.5k • 16.3k • 54
How to use rod16/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("rod16/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("rod16/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.7364 | 0.1302 | 0.0404 | 0.1091 | 0.1091 | 19.0 |
| No log | 2.0 | 124 | 2.5173 | 0.1343 | 0.0442 | 0.1109 | 0.1108 | 19.0 |
| No log | 3.0 | 186 | 2.4498 | 0.1395 | 0.05 | 0.1142 | 0.1143 | 19.0 |
| No log | 4.0 | 248 | 2.4324 | 0.1421 | 0.0514 | 0.1162 | 0.1164 | 19.0 |
Base model
google-t5/t5-small