FiscalNote/billsum
Viewer • Updated • 23.5k • 9.75k • 55
How to use TTR21/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("TTR21/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("TTR21/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.8357 | 0.1287 | 0.0392 | 0.1069 | 0.1069 | 19.0 |
| No log | 2.0 | 124 | 2.6209 | 0.1361 | 0.0479 | 0.1127 | 0.1127 | 19.0 |
| No log | 3.0 | 186 | 2.5600 | 0.1412 | 0.052 | 0.1171 | 0.117 | 19.0 |
| No log | 4.0 | 248 | 2.5420 | 0.1438 | 0.0513 | 0.1175 | 0.1174 | 19.0 |