knkarthick/dialogsum
Viewer • Updated • 14.5k • 11.4k • 241
How to use StDestiny/MPF-DialogLED-base-16384-dialogsum-3-epochs-finetuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("StDestiny/MPF-DialogLED-base-16384-dialogsum-3-epochs-finetuned")
model = AutoModelForSeq2SeqLM.from_pretrained("StDestiny/MPF-DialogLED-base-16384-dialogsum-3-epochs-finetuned")The model is created as a part of the project: linkwillbeaddedlater.
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.4631 | 0.9 | 175 | 1.4061 |
| 1.3229 | 1.8 | 350 | 1.2513 |
| 1.15 | 2.7 | 525 | 1.2116 |
Base model
MingZhong/DialogLED-base-16384