abisee/cnn_dailymail
Viewer • Updated • 936k • 198k • 346
How to use alk/pegasus-cnn-dailymail with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("alk/pegasus-cnn-dailymail")
model = AutoModelForSeq2SeqLM.from_pretrained("alk/pegasus-cnn-dailymail")This model is a fine-tuned version of google/pegasus-cnn_dailymail on the cnn_dailymail 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.5344 | 0.6 | 500 | 1.4497 |