abisee/cnn_dailymail
Viewer • Updated • 936k • 72.7k • 352
How to use Laurie/flan-t5-xl-deepspeed-zero3-summary with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Laurie/flan-t5-xl-deepspeed-zero3-summary")
model = AutoModelForSeq2SeqLM.from_pretrained("Laurie/flan-t5-xl-deepspeed-zero3-summary", device_map="auto")This model is a fine-tuned version of google/flan-t5-large 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.6011 | 1.0 | 3589 | 1.4054 | 42.6105 | 20.2181 | 29.7866 | 39.4431 | 98.0013 |