CoolFace
Modelpublic

enoriega/odinsynth_encoder_decoder_native_hf_test

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

odinsynthencoderdecodernativehf_test

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

  • Loss: 0.0533
  • Accuracy: 0.9332

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: 3
  • evalbatchsize: 3
  • seed: 42
  • gradientaccumulationsteps: 200
  • totaltrainbatch_size: 600
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20.0

Training results

Training LossEpochStepValidation LossAccuracy
6.57530.67606.16660.0150
2.52621.341202.17130.9345
0.23432.011800.17870.9346
0.07132.682400.06860.9330
0.06313.353000.06210.9334
0.06034.023600.05940.9332
0.05894.694200.05830.9334
0.05795.364800.05720.9336
0.05756.035400.05660.9333
0.05616.696000.05620.9333
0.05597.366600.05590.9332
0.05518.037200.05560.9332
0.05488.77800.05520.9333
0.05469.378400.05500.9333
0.053910.049000.05470.9331
0.054610.719600.05440.9332
0.053811.3810200.05430.9335
0.053412.0510800.05400.9333
0.053212.7211400.05390.9334
0.052513.3912000.05380.9334
0.052614.0612600.05380.9331
0.052714.7313200.05360.9331
0.052915.413800.05360.9331
0.052616.0714400.05350.9331
0.052416.7415000.05340.9333
0.051617.4115600.05340.9331
0.052718.0816200.05340.9332
0.052118.7416800.05330.9332
0.051919.4117400.05330.9332

Framework versions

  • Transformers 4.27.4
  • Pytorch 2.0.0
  • Datasets 2.11.0
  • Tokenizers 0.11.0