CoolFace
Modelpublic

runningsnake/bert-base-sequence-classification

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. -->

runningsnake/bert-base-sequence-classification

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.0825
  • Train Accuracy: 0.9766
  • Validation Loss: 0.5064
  • Validation Accuracy: 0.8431
  • Epoch: 2

Model description

More information needed

Intended uses & limitations

More information needed

How to use

More information needed

Limitations and bias

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': 5e-05, 'decaysteps': 1377, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
  • training_precision: float32

Training results

Train LossTrain AccuracyValidation LossValidation AccuracyEpoch
0.25590.90570.50820.82110
0.10040.96730.50640.84311
0.08250.97660.50640.84312

Framework versions

  • Transformers 4.31.0
  • TensorFlow 2.12.0
  • Datasets 2.14.0
  • Tokenizers 0.13.3

Evaluation results

More information needed