FiscalNote/billsum
Viewer • Updated • 23.5k • 8.89k • 55
How to use adithya-06/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("adithya-06/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("adithya-06/my_awesome_billsum_model", device_map="auto")This model is a fine-tuned version of google-t5/t5-small on 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 |
|---|---|---|---|
| 2.0122 | 1.0 | 1185 | 1.7068 |
| 1.8673 | 2.0 | 2370 | 1.6324 |
| 1.8146 | 3.0 | 3555 | 1.6014 |
| 1.7934 | 4.0 | 4740 | 1.5938 |
Base model
google-t5/t5-small