CoolFace
Modelpublic

ratish/DBERT_Fault_LR_v2.1

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes8downloads
Model Card

<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. -->

ratish/DBERTFaultLR_v2.1

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

  • Train Loss: 0.1501
  • Validation Loss: 0.6305
  • Train Accuracy: 0.7179
  • Epoch: 29

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:

  • optimizer: {'name': 'Adam', 'weightdecay': None, 'clipnorm': None, 'globalclipnorm': None, 'clipvalue': None, 'useema': False, 'emamomentum': 0.99, 'emaoverwritefrequency': None, 'jitcompile': True, 'islegacyoptimizer': False, 'learningrate': {'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 2e-06, 'decaysteps': 9120, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
  • training_precision: float32

Training results

Train LossValidation LossTrain AccuracyEpoch
0.69630.69160.51280
0.67740.69290.51281
0.66310.70000.51282
0.65800.70700.51283
0.64090.71040.51284
0.62960.70150.51285
0.61150.68660.51286
0.59400.65730.58977
0.56160.62630.58978
0.52300.58860.66679
0.48900.56080.717910
0.45230.53860.743611
0.43070.54240.717912
0.40130.52610.717913
0.38930.49760.743614
0.36340.54590.692315
0.33370.48930.743616
0.32430.54900.717917
0.30830.50910.717918
0.28150.54570.717919
0.26540.56920.717920
0.25350.48080.743621
0.25040.59120.692322
0.21320.62280.692323
0.19620.58340.717924
0.21360.52610.769225
0.18950.62100.717926
0.17220.71400.717927
0.15800.65320.692328
0.15010.63050.717929

Framework versions

  • Transformers 4.28.1
  • TensorFlow 2.12.0
  • Datasets 2.12.0
  • Tokenizers 0.13.3