CoolFace
Modelpublic

aiface/bert-base-multilingual-uncased-sentiment_v3

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

bert-base-multilingual-uncased-sentiment_v3

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.4987
  • —Accuracy: 0.9286
  • —Precision Macro: 0.8226
  • —Recall Macro: 0.7931
  • —F1 Macro: 0.8061
  • —F1 Weighted: 0.9269

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: 5e-05
  • —trainbatchsize: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 128
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 20
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecision MacroRecall MacroF1 MacroF1 Weighted
0.39331.0900.23490.92920.84840.71970.74740.9202
0.20512.01800.21660.92360.81340.76190.78110.9199
0.14943.02700.23690.93620.86190.77750.80720.9321
0.12334.03600.22900.93430.86600.78940.81760.9309
0.08385.04500.24900.93750.86100.82000.83780.9358
0.07996.05400.25790.93430.85280.79770.81970.9317
0.04817.06300.34940.92230.79260.82520.80640.9247
0.04068.07200.31540.93680.85910.79860.82270.9341
0.0329.08100.32190.93050.82380.81530.81940.9301
0.033310.09000.37870.92860.83870.80480.81980.9270
0.027811.09900.39140.93110.84320.79480.81480.9288
0.016512.010800.41550.93180.86270.78300.81200.9282
0.012613.011700.40290.93680.85500.81610.83280.9352
0.013314.012600.43980.93240.84600.79150.81340.9297
0.0115.013500.45710.93180.83470.79130.80940.9294
0.00816.014400.46850.92990.83030.78990.80700.9276
0.005817.015300.48460.93180.84030.79540.81420.9295
0.002218.016200.49050.92800.82490.79280.80680.9262
0.003819.017100.50430.92990.82720.78970.80570.9277
0.001520.018000.49870.92860.82260.79310.80610.9269

Framework versions

  • —Transformers 4.55.0
  • —Pytorch 2.7.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.21.4