ctr4si/reddit_tifu
Updated • 882 • 9
How to use GlycerinLOL/Bart_reddit_tifu with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("GlycerinLOL/Bart_reddit_tifu")
model = AutoModelForSeq2SeqLM.from_pretrained("GlycerinLOL/Bart_reddit_tifu")This model is a fine-tuned version of facebook/bart-large on the reddit_tifu 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 | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.6968 | 1.0 | 2370 | 2.5385 | 0.2634 | 0.0907 | 0.218 | 0.2182 | 19.4438 | 0.8766 | 0.8641 | 0.8701 |
| 2.4746 | 2.0 | 4741 | 2.5077 | 0.273 | 0.0941 | 0.2238 | 0.2239 | 19.2572 | 0.8774 | 0.8655 | 0.8712 |
| 2.3066 | 3.0 | 7111 | 2.5012 | 0.2671 | 0.0936 | 0.221 | 0.2211 | 19.3071 | 0.8756 | 0.864 | 0.8696 |
| 2.2041 | 4.0 | 9480 | 2.5035 | 0.2709 | 0.0948 | 0.2244 | 0.2244 | 19.3555 | 0.8768 | 0.8648 | 0.8705 |
Base model
facebook/bart-large