abisee/cnn_dailymail
Viewer • Updated • 936k • 177k • 344
How to use mohammedbriman/bart-base-finetuned-cnn-dm with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mohammedbriman/bart-base-finetuned-cnn-dm")
model = AutoModelForSeq2SeqLM.from_pretrained("mohammedbriman/bart-base-finetuned-cnn-dm")This model is a fine-tuned version of facebook/bart-base 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 |
|---|---|---|---|---|---|---|---|---|
| 0.961 | 1.0 | 143557 | 0.9441 | 24.5981 | 12.307 | 20.4524 | 20.5108 | 19.9993 |