CoolFace
Modelpublic

fathan/ijelid-indobertweet

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

ijelid-indobertweet

This model is a fine-tuned version of indolem/indobertweet-base-uncased on the Indonesian-Javanese-English code-mixed Twitter dataset.

Label ID and its corresponding name:

Label IDLabel Name
LABEL_0English (EN)
LABEL_1Indonesian (ID)
LABEL_2Javanese (JV)
LABEL_3Mixed Indonesian-English (MIX-ID-EN)
LABEL_4Mixed Indonesian-Javanese (MIX-ID-JV)
LABEL_5Mixed Javanese-English (MIX-JV-EN)
LABEL_6Other (O)

It achieves the following results on the evaluation set:

  • —Loss: 0.2804
  • —Precision: 0.9323
  • —Recall: 0.9394
  • —F1: 0.9356
  • —Accuracy: 0.9587

It achieves the following results on the test set:

  • —Overall Precision: 0.9326
  • —Overall Recall: 0.9421
  • —Overall F1: 0.9371
  • —Overall Accuracy: 0.9643

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: 20

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.03860.16660.89680.90140.89820.9465
0.2572.07720.15220.90620.93680.92060.9517
0.10923.011580.14620.92330.93350.92800.9556
0.07394.015440.15630.93120.93610.93360.9568
0.07395.019300.16710.92240.94130.93120.9573
0.04746.023160.17190.93030.93940.93460.9578
0.03397.027020.18410.92490.93890.93140.9576
0.02378.030880.20300.92240.93800.92970.9570
0.02379.034740.21060.92890.93770.93310.9576
0.018510.038600.22640.92770.93890.93300.9571
0.013211.042460.23310.93360.93440.93390.9574
0.010112.046320.24030.93530.93750.93630.9586
0.008213.050180.25090.93110.93730.93400.9582
0.008214.054040.25480.93440.93510.93460.9578
0.006215.057900.26080.93590.93720.93650.9588
0.00516.061760.26670.92980.94070.93500.9587
0.004517.065620.27410.93370.94080.93710.9592
0.004518.069480.27930.93420.93710.93550.9589
0.003519.073340.28060.92990.93910.93420.9588
0.003420.077200.28040.93230.93940.93560.9587

Framework versions

  • —Transformers 4.21.2
  • —Pytorch 1.7.1
  • —Datasets 2.5.1
  • —Tokenizers 0.12.1