FiscalNote/billsum
Viewer • Updated • 23.5k • 5.66k • 55
How to use srinivassateesh/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("srinivassateesh/my_awesome_billsum_model")
model = AutoModelForMultimodalLM.from_pretrained("srinivassateesh/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.8068 | 0.1255 | 0.0374 | 0.1026 | 0.1025 | 19.0 |
| No log | 2.0 | 124 | 2.5982 | 0.1312 | 0.0453 | 0.1084 | 0.1083 | 19.0 |
| No log | 3.0 | 186 | 2.5357 | 0.1373 | 0.0516 | 0.1147 | 0.1148 | 19.0 |
| No log | 4.0 | 248 | 2.5182 | 0.1368 | 0.0502 | 0.1138 | 0.1139 | 19.0 |
Base model
google-t5/t5-small