FiscalNote/billsum
Viewer • Updated • 23.5k • 5.96k • 55
How to use surprisedPikachu007/search_summarize_v1 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("surprisedPikachu007/search_summarize_v1")
model = AutoModelForSeq2SeqLM.from_pretrained("surprisedPikachu007/search_summarize_v1")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.8176 | 0.1281 | 0.0401 | 0.1087 | 0.1086 | 19.0 |
| No log | 2.0 | 124 | 2.5989 | 0.1372 | 0.0476 | 0.1138 | 0.1137 | 19.0 |
| No log | 3.0 | 186 | 2.5386 | 0.1464 | 0.0541 | 0.1218 | 0.1219 | 19.0 |
| No log | 4.0 | 248 | 2.5224 | 0.1476 | 0.0551 | 0.1228 | 0.1228 | 19.0 |
Base model
google-t5/t5-small