alexfabbri/multi_news
Updated • 5.88k • 79
How to use Brez/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Brez/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("Brez/my_awesome_billsum_model")This model is a fine-tuned version of t5-small on the multi_news 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 |
|---|---|---|---|---|---|---|---|---|
| 3.0003 | 1.0 | 22486 | 2.7383 | 0.0993 | 0.0332 | 0.077 | 0.077 | 19.0 |
| 2.9276 | 2.0 | 44972 | 2.6999 | 0.1001 | 0.0332 | 0.0774 | 0.0774 | 19.0 |
| 2.9036 | 3.0 | 67458 | 2.6795 | 0.1004 | 0.0338 | 0.0778 | 0.0778 | 19.0 |
| 2.9043 | 4.0 | 89944 | 2.6768 | 0.1003 | 0.0337 | 0.0777 | 0.0777 | 19.0 |