summarization generated_from_trainer

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

bart-base-multi-news

This model is a fine-tuned version of facebook/bart-base on the multi_news dataset. It achieves the following results on the evaluation set:

Intended uses & limitations

The inteded use of this model is text summarization. The model requires additional training in order to perform better in the task of summarization.

Training and evaluation data

The training data were 10000 samples from the multi-news training dataset and the evaluation data were 500 samples from the multi-news evaluation dataset

Training procedure

For the training procedure the Seq2SeqTrainer class was used from the transformers library.

Training hyperparameters

The Hyperparameters were passed to the Seq2SeqTrainingArguments class from the transformers library.

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Rouge1 Rouge2 Rougel Rougelsum
2.4041 1.0 1250 2.4147 26.31 9.6 20.87 21.54

Framework versions