CoolFace
Modelpublic

nguyenkhoa2407/favs-filtersort-multilabel-classification-bert-base-cased

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

favs-filtersort-multilabel-classification-bert-base-cased

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

  • —Loss: 0.3066
  • —F1: 0.7429
  • —Roc Auc: 0.8142
  • —Accuracy: 0.2

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

Training results

Training LossEpochStepValidation LossF1Roc AucAccuracy
0.76011.0120.69660.25640.45180.0
0.67572.0240.56290.66670.77850.0
0.57963.0360.46520.62860.74770.0
0.50264.0480.41610.64790.76050.0
0.42825.0600.38300.68490.78620.0
0.40856.0720.36580.72730.79620.0
0.38477.0840.35380.73530.80520.0
0.38298.0960.34570.67610.77720.0
0.37589.01080.34090.68570.78100.0
0.348710.01200.33270.71430.79760.0
0.342111.01320.32680.68660.77580.0
0.335112.01440.31830.70590.78860.0
0.324513.01560.31490.72460.80140.0
0.319114.01680.30870.72460.80140.1
0.308315.01800.30660.74290.81420.2
0.306116.01920.30620.74290.81420.2
0.293517.02040.30170.74290.81420.2
0.288818.02160.30090.74290.81420.2
0.29719.02280.30220.74290.81420.2
0.286820.02400.30140.74290.81420.2

Framework versions

  • —Transformers 4.21.1
  • —Pytorch 1.12.1
  • —Datasets 2.4.0
  • —Tokenizers 0.12.1