FiscalNote/billsum
Viewer • Updated • 23.5k • 5.5k • 55
How to use Pierre-Arthur/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Pierre-Arthur/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("Pierre-Arthur/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.9002 | 0.1182 | 0.0317 | 0.1008 | 0.1007 | 19.0 |
| No log | 2.0 | 124 | 2.6959 | 0.1252 | 0.038 | 0.1033 | 0.1034 | 19.0 |
| No log | 3.0 | 186 | 2.6368 | 0.1255 | 0.0401 | 0.1051 | 0.1051 | 19.0 |
| No log | 4.0 | 248 | 2.6195 | 0.1264 | 0.0407 | 0.1067 | 0.1067 | 19.0 |
Base model
google-t5/t5-small