Yale-LILY/aeslc
Viewer • Updated • 18.3k • 2.21k • 19
How to use sohamchougule/t5-base-finetuned-aeslc with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sohamchougule/t5-base-finetuned-aeslc")
model = AutoModelForSeq2SeqLM.from_pretrained("sohamchougule/t5-base-finetuned-aeslc")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 |
|---|---|---|---|---|---|---|---|---|
| 2.9888 | 1.0 | 7218 | 2.7106 | 32.7432 | 16.6436 | 32.2648 | 32.225 | 5.4143 |