CoolFace
Modelpublic

zekaemo/Indobert-Sentiment-Analysis-with-Bayes-Optimization-and-Weighted-Training

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

Indobert-Sentiment-Analysis-with-Bayes-Optimization-and-Weighted-Training

This model is a fine-tuned version of indobenchmark/indobert-base-p2 on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 1.8187
  • Accuracy: 0.8105263157894737
  • F1: 0.8086037151702786

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: 32
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 15

Training results

Training LossEpochStepValidation LossAccuracyF1
0.61961.0510.49700.77190.7780
0.40672.01020.54410.74040.7495
0.22483.01530.73420.76840.7669
0.17764.02040.69300.80.8003
0.11375.02551.15820.77890.7707
0.08686.03061.15740.80.7983
0.06097.03571.33690.79300.7871
0.03548.04081.23170.81050.8086
0.01889.04591.73170.80.7859
0.012710.05101.61850.80350.8000
0.015511.05611.76350.79650.7903
0.010612.06121.83250.79650.7884
0.010613.06631.80200.79300.7871
0.010114.07141.81160.79300.7871
0.010515.07651.81870.79300.7871

Framework versions

  • Transformers 4.55.1
  • Pytorch 2.6.0+cu124
  • Datasets 4.0.0
  • Tokenizers 0.21.4