CoolFace
Modelpublic

haihuynh/UIT-VSFC-Bert-CLSModel-v1

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes11downloads
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. -->

UIT-VSFC-Bert-CLSModel-v1

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

  • —Loss: 0.2665
  • —Accuracy: 0.9078
  • —F1: 0.7420
  • —Precision: 0.8056
  • —Recall: 0.7168

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: 0.0003
  • —trainbatchsize: 128
  • —evalbatchsize: 128
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 100
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
No log1.0900.36280.87680.59820.58550.6143
No log2.01800.28130.90650.71410.80980.6912
No log3.02700.26650.90780.74200.80560.7168

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.1.2
  • —Datasets 2.19.2
  • —Tokenizers 0.19.1