abisee/cnn_dailymail
Viewer • Updated • 936k • 146k • 343
How to use buianh0803/text-sum-2 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("buianh0803/text-sum-2")
model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/text-sum-2")This model is a fine-tuned version of buianh0803/text-sum 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.7956 | 1.0 | 17945 | 1.6629 | 0.2481 | 0.1182 | 0.2053 | 0.2054 | 18.999 |
| 1.7865 | 2.0 | 35890 | 1.6576 | 0.2479 | 0.1181 | 0.2049 | 0.205 | 18.9987 |
| 1.7697 | 3.0 | 53835 | 1.6574 | 0.2485 | 0.1188 | 0.2056 | 0.2056 | 18.9991 |
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("buianh0803/text-sum-2") model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/text-sum-2")