FiscalNote/billsum
Viewer • Updated • 23.5k • 9.87k • 55
How to use fez2022/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("fez2022/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("fez2022/my_awesome_billsum_model", device_map="auto")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.8065 | 0.1309 | 0.0371 | 0.1097 | 0.1097 | 19.0 |
| No log | 2.0 | 124 | 2.5904 | 0.1391 | 0.0468 | 0.1153 | 0.1154 | 19.0 |
| No log | 3.0 | 186 | 2.5297 | 0.1382 | 0.0461 | 0.114 | 0.114 | 19.0 |
| No log | 4.0 | 248 | 2.5132 | 0.1377 | 0.0451 | 0.1129 | 0.1131 | 19.0 |