Yale-LILY/aeslc
Viewer • Updated • 18.3k • 2.27k • 19
How to use sohamchougule/bart-large-finetuned-aeslc-test with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sohamchougule/bart-large-finetuned-aeslc-test")
model = AutoModelForSeq2SeqLM.from_pretrained("sohamchougule/bart-large-finetuned-aeslc-test")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 |
|---|---|---|---|---|---|---|---|---|
| 3.1135 | 1.0 | 980 | 2.4993 | 34.1259 | 18.262 | 33.121 | 33.1402 | 10.1516 |