CoolFace
Modelpublic

gustavokpc/IC_primeiro

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

gustavokpc/IC_primeiro

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

  • Train Loss: 0.0532
  • Train Accuracy: 0.9812
  • Train F1 M: 0.5544
  • Train Precision M: 0.4027
  • Train Recall M: 0.9558
  • Validation Loss: 0.2580
  • Validation Accuracy: 0.9175
  • Validation F1 M: 0.5588
  • Validation Precision M: 0.4059
  • Validation Recall M: 0.9423
  • Epoch: 4

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': False, 'islegacyoptimizer': False, 'learningrate': {'module': 'keras.optimizers.schedules', 'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 2e-05, 'decaysteps': 3790, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registeredname': None}, 'beta1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
  • training_precision: float32

Training results

Train LossTrain AccuracyTrain F1 MTrain Precision MTrain Recall MValidation LossValidation AccuracyValidation F1 MValidation Precision MValidation Recall MEpoch
0.35330.84980.47230.40850.65300.24240.90370.50600.39090.75910
0.19740.92590.51840.39300.81610.19780.92020.54250.40140.87781
0.12420.95510.53820.39740.89180.19700.92480.55830.41060.91952
0.08230.97050.55110.40240.93700.25500.91160.55670.40570.93303
0.05320.98120.55440.40270.95580.25800.91750.55880.40590.94234

Framework versions

  • Transformers 4.34.1
  • TensorFlow 2.14.0
  • Datasets 2.14.5
  • Tokenizers 0.14.1