CoolFace
Modelpublic

lazymonster/15k-combined-diacritized-scratch

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes43downloads
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. -->

15k-combined-diacritized-scratch

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

  • —Loss: 1.1223
  • —Accuracy: 0.6494
  • —F1 Macro: 0.6483
  • —Composite Score: 0.6483

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —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.1
  • —num_epochs: 20
  • —mixedprecisiontraining: Native AMP
  • —labelsmoothingfactor: 0.2

Training results

Training LossEpochStepValidation LossAccuracyF1 MacroComposite Score
1.08871.012251.08190.41440.33220.3140
0.87472.024500.99870.62370.62400.6240
0.65093.036751.01090.64000.63880.6388
0.60144.049001.03000.64190.64630.6463
0.57535.061251.05890.64260.64430.6443
0.55916.073501.07190.65920.66050.6605
0.54867.085751.09820.63960.64150.6415
0.53678.098001.11610.64220.64270.6427
0.53489.0110251.12230.64940.64830.6483

Framework versions

  • —Transformers 4.53.3
  • —Pytorch 2.6.0+cu124
  • —Datasets 4.4.1
  • —Tokenizers 0.21.2