--- license: mit base_model: facebook/bart-large-cnn tags: - generated_from_trainer model-index: - name: bart-bbc-news results: [] --- # bart-bbc-news This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co./facebook/bart-large-cnn) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.2753 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-06 - train_batch_size: 3 - eval_batch_size: 3 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.1048 | 1.0 | 519 | 0.2846 | | 0.0894 | 2.0 | 1038 | 0.2768 | | 0.0593 | 3.0 | 1557 | 0.2753 | ### Framework versions - Transformers 4.41.2 - Pytorch 2.1.2 - Datasets 2.18.0 - Tokenizers 0.19.1