CoolFace
Modelpublic

HCKLab/BiBert-Subjectivity

sourceHugging Facemitupdated 4y agoView on Hugging Face
1likes13downloads
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. -->

BiBert-Subjectivity

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

  • Loss: 0.1481
  • Accuracy: 0.9583
  • F1: 0.9581
  • Mae: 0.0417
  • Accuracy 2: 0.9583

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: 16
  • evalbatchsize: 16
  • seed: 42
  • gradientaccumulationsteps: 4
  • totaltrainbatch_size: 64
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracyF1MaeAccuracy 2
No log1.01120.13330.950.95080.050.95
No log2.02240.15170.9530.95310.0470.953
No log3.03360.22190.9510.95050.0490.951
No log4.04480.23270.9470.94790.0530.947
0.08655.05600.25570.9530.95280.0470.953

Framework versions

  • Transformers 4.25.1
  • Pytorch 1.13.0+cu116
  • Datasets 2.8.0
  • Tokenizers 0.13.2