FiscalNote/billsum
Viewer • Updated • 23.5k • 18.2k • 54
How to use akash2212/output with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("akash2212/output")
model = AutoModelForSeq2SeqLM.from_pretrained("akash2212/output")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.8673 | 0.1296 | 0.0367 | 0.1074 | 0.1074 | 19.0 |
| No log | 2.0 | 124 | 2.6480 | 0.1377 | 0.0469 | 0.1135 | 0.1137 | 19.0 |
| No log | 3.0 | 186 | 2.5819 | 0.1368 | 0.0477 | 0.1121 | 0.1123 | 19.0 |
| No log | 4.0 | 248 | 2.5639 | 0.1372 | 0.0474 | 0.1123 | 0.1125 | 19.0 |
Base model
google-t5/t5-small