abisee/cnn_dailymail
Viewer • Updated • 936k • 237k • 345
How to use satyanshu404/bart-large-cnn-finetuned-CNN-ML with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("satyanshu404/bart-large-cnn-finetuned-CNN-ML")
model = AutoModelForSeq2SeqLM.from_pretrained("satyanshu404/bart-large-cnn-finetuned-CNN-ML")This model is a fine-tuned version of facebook/bart-large-cnn 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.0341 | 1.0 | 1000 | 1.5412 | 43.0331 | 20.1656 | 29.6298 | 39.9858 | 83.22 |
| 0.6416 | 2.0 | 2000 | 1.8461 | 44.2294 | 20.5043 | 29.6298 | 41.1457 | 93.366 |
| 0.3766 | 3.0 | 3000 | 2.1137 | 44.4382 | 20.686 | 29.9355 | 41.4113 | 93.846 |
Base model
facebook/bart-large-cnn