CoolFace
Modelpublic

YeRyeongLee/albert-base-v2-finetuned-filtered-0609

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

albert-base-v2-finetuned-filtered-0609

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

  • —Loss: 0.2062
  • —Accuracy: 0.9723
  • —Precision: 0.9724
  • —Recall: 0.9723
  • —F1: 0.9723

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

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.26881.031800.22820.95600.95770.95600.9562
0.22682.063600.19090.96380.96400.96380.9638
0.18313.095400.25900.95720.95840.95720.9572
0.15884.0127200.17520.96730.96780.96730.9673
0.09725.0159000.18680.96950.96960.96950.9695
0.08546.0190800.20420.97010.97070.97010.9702
0.05997.0222600.17930.97480.97490.97480.9749
0.03898.0254400.19960.97420.97430.97420.9742
0.02029.0286200.21880.97230.97260.97230.9724
0.015210.0318000.20620.97230.97240.97230.9723

Framework versions

  • —Transformers 4.19.2
  • —Pytorch 1.9.1+cu111
  • —Datasets 1.16.1
  • —Tokenizers 0.12.1