abisee/cnn_dailymail
Viewer • Updated • 936k • 259k • 346
How to use d0r1h/t5_cnn_dailymail with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("d0r1h/t5_cnn_dailymail")
model = AutoModelForSeq2SeqLM.from_pretrained("d0r1h/t5_cnn_dailymail")This model is a fine-tuned version of t5-small on an 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: