CoolFace
Modelpublic

CynthiaCR/emotions_classifier

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

CynthiaCR/emotions_classifier

This model is a fine-tuned version of google/vit-base-patch16-224-in21k on an unknown dataset. It achieves the following results on the evaluation set:

  • —Train Loss: 1.3846
  • —Validation Loss: 1.6122
  • —Train Accuracy: 0.2687
  • —Epoch: 19

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': 'AdamWeightDecay', 'learningrate': {'classname': 'PolynomialDecay', 'config': {'initiallearningrate': 0.0003, 'decaysteps': 12800, 'endlearningrate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta1': 0.9, 'beta2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weightdecay_rate': 0.01}
  • —training_precision: float32

Training results

Train LossValidation LossTrain AccuracyEpoch
2.03632.09600.10
2.08222.12540.08131
1.99161.93920.20622
1.92231.83850.16883
1.82131.72940.23134
1.69401.69530.26255
1.71531.60090.31876
1.57881.63850.2757
1.53591.56350.34388
1.47681.61800.3259
1.47461.60630.312510
1.51631.56410.362511
1.46921.57220.306312
1.44681.73630.3513
1.71161.75310.268714
1.53341.59080.256215
1.49881.51690.331216
1.46051.50410.281217
1.35451.48240.318718
1.38461.61220.268719

Framework versions

  • —Transformers 4.29.2
  • —TensorFlow 2.12.0
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3