NusaBERT-base-EmoT / README.md
w11wo's picture
Training in progress, epoch 1
444d5de verified
|
raw
history blame
2.35 kB
metadata
license: mit
base_model: LazarusNLP/NusaBERT-base
tags:
  - generated_from_trainer
datasets:
  - indonlu
metrics:
  - f1
model-index:
  - name: NusaBERT-base-EmoT
    results:
      - task:
          name: Text Classification
          type: text-classification
        dataset:
          name: indonlu
          type: indonlu
          config: emot
          split: validation
          args: emot
        metrics:
          - name: F1
            type: f1
            value: 0.7275

NusaBERT-base-EmoT

This model is a fine-tuned version of LazarusNLP/NusaBERT-base on the indonlu dataset. It achieves the following results on the evaluation set:

  • Loss: 0.9150
  • F1: 0.7275

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: 1e-05
  • train_batch_size: 32
  • eval_batch_size: 64
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: cosine
  • num_epochs: 100

Training results

Training Loss Epoch Step Validation Loss F1
No log 1.0 111 1.1739 0.5257
No log 2.0 222 0.8140 0.7112
No log 3.0 333 0.7669 0.7269
No log 4.0 444 0.7582 0.7291
0.8669 5.0 555 0.8084 0.7331
0.8669 6.0 666 0.7993 0.7351
0.8669 7.0 777 0.8812 0.7427
0.8669 8.0 888 0.9146 0.7477
0.8669 9.0 999 1.0099 0.7473
0.2674 10.0 1110 1.1308 0.7285
0.2674 11.0 1221 1.1548 0.7382
0.2674 12.0 1332 1.2518 0.7318
0.2674 13.0 1443 1.4757 0.7084

Framework versions

  • Transformers 4.37.2
  • Pytorch 2.2.0+cu118
  • Datasets 2.17.1
  • Tokenizers 0.15.1