CoolFace
Modelpublic

cammy/bart-large-cnn-finetuned-weaksup-10000

sourceHugging Facemitupdated 5y agoView on Hugging Face
0likes91downloads
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-large-cnn-finetuned-weaksup-10000

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.6031
  • —Rouge1: 28.3912
  • —Rouge2: 13.655
  • —Rougel: 22.287
  • —Rougelsum: 25.4794
  • —Gen Len: 67.995

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-05
  • —trainbatchsize: 1
  • —evalbatchsize: 1
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 1
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
1.29911.0100001.603128.391213.65522.28725.479467.995

Framework versions

  • —Transformers 4.16.2
  • —Pytorch 1.10.2
  • —Datasets 1.18.3
  • —Tokenizers 0.11.0