CoolFace
Modelpublic

trevorj/BART_reddit_gaming

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes9downloads
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. -->

BARTredditgaming

This model is a fine-tuned version of sshleifer/distilbart-xsum-6-6 on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 3.7373
  • Rouge1: 18.1202
  • Rouge2: 4.6045
  • Rougel: 15.1273
  • Rougelsum: 15.7601
  • Gen Len: 18.208

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

Training results

Training LossEpochStepValidation LossRouge1Rouge2RougelRougelsumGen Len
3.8641.018753.775217.37544.5114.676315.2216.944
3.47552.037503.726517.80664.418814.943215.539618.104
3.26293.056253.737318.12024.604515.127315.760118.208

Framework versions

  • Transformers 4.20.1
  • Pytorch 1.12.0+cu113
  • Datasets 2.3.2
  • Tokenizers 0.12.1