CoolFace
Modelpublic

FaishalbhiteX/indobert-QA-multiple-choice-fine-tune-IndoCareer

sourceHugging Facemitupdated 2y 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-QA-multiple-choice-fine-tune-IndoCareer

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

  • —Loss: 2.4538
  • —Accuracy: 0.2588
  • —F1: 0.1064

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: 3e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —gradientaccumulationsteps: 2
  • —totaltrainbatch_size: 32
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.06
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1
No log1.02202.69910.25880.1064
No log2.04402.52150.21090.1074
3.14933.06602.45730.25880.1064
3.14934.08802.42620.25880.1064
2.42784.979510952.45380.25880.1064

Framework versions

  • —Transformers 4.49.0
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.3.2
  • —Tokenizers 0.21.0