CoolFace
Modelpublic

Zenng2812/phobert_page_label_classifier

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

phobertpagelabel_classifier

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

  • —Loss: 0.7483
  • —Accuracy: 0.8426
  • —Macro F1: 0.8571
  • —Weighted F1: 0.8385

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: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyMacro F1Weighted F1
1.84061.01901.67720.49440.30120.3600
1.31912.03801.26090.66290.59760.6047
0.99533.05700.94650.75280.66280.7254
0.86844.07600.85950.78650.80920.7881
0.66035.09500.79960.78650.77510.7832

Framework versions

  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2