CoolFace
Modelpublic

YeRyeongLee/bertweet-base-finetuned-filtered-0609

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes20downloads
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. -->

bertweet-base-finetuned-filtered-0609

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

  • —Loss: 0.5397
  • —Accuracy: 0.9299
  • —Precision: 0.9297
  • —Recall: 0.9299
  • —F1: 0.9298

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.3311.031800.36870.90690.91470.90690.9081
0.26112.063600.37250.92230.92270.92230.9224
0.19933.095400.29480.93360.93500.93360.9339
0.16484.0127200.35630.92960.93030.92960.9298
0.13245.0159000.41360.92670.92790.92670.9270
0.11026.0190800.40600.93520.93570.93520.9353
0.05687.0222600.46530.93210.93280.93210.9322
0.02928.0254400.48180.93110.93100.93110.9310
0.01559.0286200.54050.92860.92880.92860.9286
0.009510.0318000.53970.92990.92970.92990.9298

Framework versions

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