CoolFace
Modelpublic

Akhil123/emotions_classifier

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

Akhil123/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: 2.0827
  • —Validation Loss: 2.0793
  • —Train Accuracy: 0.1437
  • —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
1.97201.68740.2250
2.08742.08020.1251
2.07442.04070.23132
2.05402.07600.16883
2.10392.07960.11254
2.08132.07940.11875
2.08022.07970.11876
2.07932.07900.1257
2.06572.01280.28
2.07242.09200.1259
2.08962.07440.118710
2.08442.08240.118711
2.08192.07550.12512
2.06142.03920.156213
2.06762.08120.118714
2.08102.07920.118715
2.08262.08130.118716
2.07882.07700.1517
2.07972.07330.12518
2.08272.07930.143719

Framework versions

  • —Transformers 4.31.0
  • —TensorFlow 2.12.0
  • —Datasets 2.14.4
  • —Tokenizers 0.13.3