abisee/cnn_dailymail
Viewer • Updated • 936k • 78.2k • 351
How to use kabilanp942/t5-finetuned-cnn-dailymail-english with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kabilanp942/t5-finetuned-cnn-dailymail-english")
model = AutoModelForSeq2SeqLM.from_pretrained("kabilanp942/t5-finetuned-cnn-dailymail-english", device_map="auto")This model is a fine-tuned version of t5-small 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 | Rouge1 | Rouge2 | Rougel | Rougelsum |
|---|---|---|---|---|---|---|---|
| 2.0856 | 1.0 | 35890 | 1.8462 | 24.8782 | 11.9422 | 20.5616 | 23.445 |