FiscalNote/billsum
Viewer • Updated • 23.5k • 8.89k • 55
How to use chrisvnz/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("chrisvnz/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("chrisvnz/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.8111 | 0.1284 | 0.0368 | 0.1063 | 0.1065 | 19.0 |
| No log | 2.0 | 124 | 2.6042 | 0.1343 | 0.0435 | 0.11 | 0.1101 | 19.0 |
| No log | 3.0 | 186 | 2.5443 | 0.1387 | 0.0474 | 0.1132 | 0.1132 | 19.0 |
| No log | 4.0 | 248 | 2.5270 | 0.1414 | 0.0483 | 0.1155 | 0.1155 | 19.0 |