abisee/cnn_dailymail
Viewer • Updated • 936k • 132k • 347
How to use sudoLife/t5-small-finetuned-wikihow with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sudoLife/t5-small-finetuned-wikihow")
model = AutoModelForSeq2SeqLM.from_pretrained("sudoLife/t5-small-finetuned-wikihow", 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 | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 1.853 | 1.0 | 17945 | 1.6917 | 24.4041 | 11.7158 | 20.1901 | 23.0439 | 18.9991 |