CoolFace
Modelpublic

AustinCarthy/Benign10MGPT2_fromB_BFall_10KGen_toP_0.75

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

Benign10MGPT2fromBBFall10KGentoP_0.75

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

  • Loss: 0.0932
  • Accuracy: 0.9863
  • F1: 0.8426
  • Precision: 0.9285
  • Recall: 0.7712
  • Roc Auc Score: 0.8841
  • Tpr At Fpr 0.01: 0.0

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecallRoc Auc ScoreTpr At Fpr 0.01
0.07311.0131250.07010.98340.80690.90130.73040.86320.5672
0.05952.0262500.07200.98120.77000.91920.66240.82970.5038
0.04573.0393750.06670.98640.84590.91930.78340.89000.0
0.03014.0525000.08030.98610.83680.94670.74980.87380.0
0.025.0656250.09320.98630.84260.92850.77120.88410.0

Framework versions

  • Transformers 4.29.1
  • Pytorch 1.9.0+cu111
  • Datasets 2.10.1
  • Tokenizers 0.13.2