CoolFace
Modelpublic

enoriega/rule_learning_margin_1mm

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

rulelearningmargin_1mm

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

  • Loss: 0.3806
  • Margin Accuracy: 0.8239

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

Training results

Training LossEpochStepValidation LossMargin Accuracy
0.64820.16200.64940.7263
0.51510.32400.50880.7792
0.48220.48600.44290.8045
0.44720.64800.42650.8107
0.43520.81000.41550.8132
0.43350.961200.41280.8116
0.41131.121400.41190.8142
0.41861.281600.40750.8120
0.421.441800.40720.8123
0.41751.62000.40800.8130
0.40971.762200.40310.8128
0.3971.922400.40040.8130
0.41152.082600.39790.8136
0.41082.242800.39400.8167
0.41252.43000.38790.8218
0.41172.563200.38480.8217
0.39672.723400.38180.8231
0.39472.883600.38130.8240

Framework versions

  • Transformers 4.19.2
  • Pytorch 1.11.0
  • Datasets 2.2.1
  • Tokenizers 0.12.1