CoolFace
Modelpublic

w11wo/indonesian-roberta-base-nerp-tagger

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

indonesian-roberta-base-nerp-tagger

This model is a fine-tuned version of flax-community/indonesian-roberta-base on the indonlu dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1180
  • —Precision: 0.8102
  • —Recall: 0.8107
  • —F1: 0.8105
  • —Accuracy: 0.9615

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
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.04200.14190.74910.80340.77530.9551
0.22612.08400.13170.78890.79830.79360.9569
0.10813.012600.14300.75870.83000.79270.9546
0.07774.016800.14590.78480.82660.80520.9577
0.05635.021000.15250.79230.81250.80220.9579
0.04416.025200.15520.79860.81760.80800.9584
0.04417.029400.16920.79100.82320.80680.9584
0.03878.033600.16770.78940.83060.80950.9588
0.0329.037800.17840.79390.82490.80910.9586
0.028410.042000.18170.79500.82610.81020.9588

Framework versions

  • —Transformers 4.37.2
  • —Pytorch 2.2.0+cu118
  • —Datasets 2.16.1
  • —Tokenizers 0.15.1