CoolFace
Modelpublic

ernlavr/distilbert-base-uncased-xsum-factuality

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

Distilbert-base-uncased-xsum-factuality

This model is a fine-tuned version of distilbert-base-uncased on the XSum-Factuality dataset. You can view more implementation details as part of this GitHub repository. It achieves the following results on the evaluation set:

  • —Loss: 0.6850
  • —Accuracy: 0.6332
  • —F1: 0.6212
  • —Precision: 0.6526
  • —Recall: 0.6332

Weights and Biases Documentation

View the full run on Weights & Biases

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.69046.9310400.68500.63320.62120.65260.6332

Framework versions

  • —Transformers 4.35.0
  • —Pytorch 2.0.1
  • —Datasets 2.14.6
  • —Tokenizers 0.14.1