Yale-LILY/aeslc
Viewer • Updated • 18.3k • 1.76k • 18
How to use sohamchougule/t5-base-finetuned-aeslc-test with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sohamchougule/t5-base-finetuned-aeslc-test")
model = AutoModelForSeq2SeqLM.from_pretrained("sohamchougule/t5-base-finetuned-aeslc-test")This model is a fine-tuned version of t5-base 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.0395 | 1.0 | 7218 | 2.8011 | 31.7262 | 15.5316 | 31.0189 | 31.0564 | 4.9822 |