CoolFace
Modelpublic

jamnik99/BERT-racial_bias_model_80.0K_samples_fold_2

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

BERT-racialbiasmodel80.0Ksamplesfold2

This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4145
  • —Accuracy: 0.8567
  • —F1: 0.8576
  • —Precision: 0.8586
  • —Recall: 0.8567

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.59591.08340.43260.81440.81290.81170.8144
0.36652.016680.38320.84140.84180.84240.8414
0.27093.025020.39310.84780.84830.84980.8478
0.21254.033360.41800.84960.85000.85150.8496
0.17315.041700.41450.85670.85760.85860.8567

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.19.2
  • —Tokenizers 0.19.1