CoolFace
Modelpublic

honzapucalek/emotion-analysis-mBERT-czech

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

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

emotion-analysis-mBERT-czech

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

  • —Loss: 0.1507
  • —F1: 0.8702
  • —Roc Auc: 0.9218
  • —Accuracy: 0.863

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:

  • —learning_rate: 2e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 5

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.16531.020000.15600.83060.88840.801
0.13052.040000.13340.85710.90730.8345
0.0933.060000.13890.85400.90990.8395
0.07134.080000.14370.86940.92020.862
0.06055.0100000.15070.87020.92180.863

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.17.1
  • —Tokenizers 0.15.2