FiscalNote/billsum
Viewer • Updated • 23.5k • 12.8k • 55
How to use Kimata/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Kimata/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("Kimata/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.8519 | 0.1206 | 0.0274 | 0.0991 | 0.0992 | 19.0 |
| No log | 2.0 | 124 | 2.6323 | 0.1315 | 0.0377 | 0.1066 | 0.1067 | 19.0 |
| No log | 3.0 | 186 | 2.5643 | 0.1371 | 0.043 | 0.1117 | 0.1118 | 19.0 |
| No log | 4.0 | 248 | 2.5474 | 0.1362 | 0.0419 | 0.1111 | 0.1112 | 19.0 |