abisee/cnn_dailymail
Viewer • Updated • 936k • 165k • 343
How to use buianh0803/text-sum-3 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("buianh0803/text-sum-3")
model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/text-sum-3")This model is a fine-tuned version of buianh0803/text-sum-2 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.8082 | 1.0 | 17945 | 1.6546 | 0.2475 | 0.1177 | 0.2051 | 0.2051 | 19.0 |
Base model
google-t5/t5-small
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("buianh0803/text-sum-3") model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/text-sum-3")