abisee/cnn_dailymail
Viewer โข Updated โข 936k โข 134k โข 347
How to use weijiahaha/t5-small-summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("weijiahaha/t5-small-summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("weijiahaha/t5-small-summarization", device_map="auto")This model is a fine-tuned version of t5-small (https://huggingface.co/t5-small) on the cnn_dailymail dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.9195 | 1.0 | 718 | 1.6477 |