CoolFace
Modelpublic

mzizo4110/BART-SUMMARIZATION-4

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes8downloads
Model Card

<!-- 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-SUMMARIZATION-4

This model is a fine-tuned version of facebook/bart-large-cnn on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 1.3891

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: 0.0001
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • gradientaccumulationsteps: 4
  • totaltrainbatch_size: 128
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 1
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
1.49580.14702501.4006
1.48580.29405001.4021
1.47990.44107501.4016
1.47750.588110001.3970
1.49290.735112501.3944
1.49060.882115001.3891

Framework versions

  • PEFT 0.14.0
  • Transformers 4.51.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.6.0
  • Tokenizers 0.21.1