Yale-LILY/aeslc
Viewer • Updated • 18.3k • 2.27k • 19
How to use sohamchougule/bart-large-finetuned-aeslc with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sohamchougule/bart-large-finetuned-aeslc")
model = AutoModelForSeq2SeqLM.from_pretrained("sohamchougule/bart-large-finetuned-aeslc")This model is a fine-tuned version of facebook/bart-large on the aeslc 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 |
|---|---|---|---|---|---|---|---|---|
| 2.6268 | 1.0 | 7218 | 4.4738 | 36.0615 | 18.1082 | 35.2023 | 35.175 | 8.0694 |
| 1.9548 | 2.0 | 14436 | 4.4965 | 37.1784 | 19.2713 | 36.2803 | 36.2347 | 9.2699 |
| 1.4117 | 3.0 | 21654 | 4.6657 | 38.0679 | 19.8904 | 37.1179 | 37.1066 | 9.1316 |