abisee/cnn_dailymail
Viewer • Updated • 936k • 204k • 344
How to use thisispublic/flan-t5-small-cnndm with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("thisispublic/flan-t5-small-cnndm")
model = AutoModelForSeq2SeqLM.from_pretrained("thisispublic/flan-t5-small-cnndm")This model is a fine-tuned version of google/flan-t5-small on the cnn_dailymail 3.0.0 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:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thisispublic/flan-t5-small-cnndm") model = AutoModelForSeq2SeqLM.from_pretrained("thisispublic/flan-t5-small-cnndm")