CoolFace
Modelpublic

izaitova/bert-large-cased-topic_classification

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

bert-large-cased-topic_classification

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

  • Loss: 0.6996
  • Precision: 0.9000
  • Recall: 0.8902
  • F1: 0.8941
  • Accuracy: 0.8922

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.0440.62400.84830.85320.84110.8480
No log2.0880.38870.90540.86600.87920.8873
No log3.01320.44160.90150.90340.90220.9020
No log4.01760.66200.92900.88470.89910.9020
No log5.02200.63370.91480.88800.89700.8971
No log6.02640.66730.89650.88750.89050.8922
No log7.03080.68570.90000.89020.89410.8922
No log8.03520.69210.90000.89020.89410.8922
No log9.03960.69760.90000.89020.89410.8922
No log10.04400.69960.90000.89020.89410.8922

Framework versions

  • Transformers 4.44.2
  • Pytorch 2.4.0+cu121
  • Datasets 2.21.0
  • Tokenizers 0.19.1