knkarthick/dialogsum
Viewer • Updated • 14.5k • 10.1k • 241
How to use StDestiny/DialogLED-base-16384-dialogsum-finetuned-10epochs with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("StDestiny/DialogLED-base-16384-dialogsum-finetuned-10epochs")
model = AutoModelForSeq2SeqLM.from_pretrained("StDestiny/DialogLED-base-16384-dialogsum-finetuned-10epochs")This model is a fine-tuned version of MingZhong/DialogLED-base-16384 on the dialogsum 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 |
|---|---|---|---|
| 1.1611 | 2.57 | 500 | 1.2166 |
| 0.769 | 5.14 | 1000 | 1.2457 |
| 0.6162 | 7.7 | 1500 | 1.3006 |
Base model
MingZhong/DialogLED-base-16384