FiscalNote/billsum
Viewer • Updated • 23.5k • 5.92k • 55
How to use vinaykudari/t5-ft-billsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("vinaykudari/t5-ft-billsum")
model = AutoModelForSeq2SeqLM.from_pretrained("vinaykudari/t5-ft-billsum", 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 |
|---|---|---|---|
| No log | 1.0 | 99 | 2.6250 |
| No log | 2.0 | 198 | 2.4587 |
| No log | 3.0 | 297 | 2.3865 |
| No log | 4.0 | 396 | 2.3431 |
| No log | 5.0 | 495 | 2.3226 |
| 2.7775 | 6.0 | 594 | 2.3019 |
| 2.7775 | 7.0 | 693 | 2.2882 |
| 2.7775 | 8.0 | 792 | 2.2802 |
| 2.7775 | 9.0 | 891 | 2.2764 |
| 2.7775 | 10.0 | 990 | 2.2752 |