FiscalNote/billsum
Viewer • Updated • 23.5k • 5.66k • 55
How to use Zulfar/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("Zulfar/my_awesome_billsum_model")
model = AutoModelForMultimodalLM.from_pretrained("Zulfar/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.7984 | 0.1232 | 0.0334 | 0.1021 | 0.102 | 19.0 |
| No log | 2.0 | 124 | 2.5833 | 0.1315 | 0.0428 | 0.1091 | 0.1092 | 19.0 |
| No log | 3.0 | 186 | 2.5181 | 0.1348 | 0.0447 | 0.1107 | 0.1108 | 19.0 |
| No log | 4.0 | 248 | 2.5020 | 0.1351 | 0.0448 | 0.1114 | 0.1115 | 19.0 |
Base model
google-t5/t5-small