abisee/cnn_dailymail
Viewer • Updated • 936k • 217k • 345
How to use buianh0803/Text_Summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("buianh0803/Text_Summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/Text_Summarization")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.8588 | 1.0 | 35890 | 1.7064 | 0.2468 | 0.1174 | 0.204 | 0.204 | 18.9998 |