FiscalNote/billsum
Viewer • Updated • 23.5k • 5.71k • 55
How to use SkyR/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("SkyR/my_awesome_billsum_model")
model = AutoModelForMultimodalLM.from_pretrained("SkyR/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 | 1.6092 | 0.4863 | 0.3176 | 0.4329 | 0.4324 | 18.6411 |
| No log | 2.0 | 124 | 1.3017 | 0.3808 | 0.2673 | 0.3329 | 0.3336 | 18.9274 |
| No log | 3.0 | 186 | 1.1907 | 0.6411 | 0.5725 | 0.6234 | 0.6247 | 18.9637 |
| No log | 4.0 | 248 | 1.1625 | 0.6895 | 0.6293 | 0.68 | 0.6806 | 18.9435 |