roberta / README.md
Alviniqnacio's picture
Alviniqnacio/fine-tuned-indonesian-roberta-sentiment
07e9054 verified
metadata
library_name: transformers
license: mit
base_model: w11wo/indonesian-roberta-base-sentiment-classifier
tags:
  - generated_from_trainer
metrics:
  - accuracy
  - f1
  - precision
  - recall
model-index:
  - name: results
    results: []

results

This model is a fine-tuned version of w11wo/indonesian-roberta-base-sentiment-classifier on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5631
  • Accuracy: 0.7888
  • F1: 0.7906
  • Precision: 0.8010
  • Recall: 0.7888

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
  • train_batch_size: 32
  • eval_batch_size: 32
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lr_scheduler_type: linear
  • lr_scheduler_warmup_steps: 500
  • num_epochs: 3
  • mixed_precision_training: Native AMP

Training results

Training Loss Epoch Step Validation Loss Accuracy F1 Precision Recall
0.5624 0.7599 500 0.5646 0.7594 0.7582 0.7796 0.7594
0.4879 1.5198 1000 0.5248 0.7872 0.7875 0.7912 0.7872
0.376 2.2796 1500 0.5625 0.7925 0.7943 0.8043 0.7925

Framework versions

  • Transformers 4.51.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.6.0
  • Tokenizers 0.21.1