CoolFace
Modelpublic

kranasian/bert-large-categorization-uncased-finetuned

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes9downloads
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-categorization-uncased-finetuned

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

  • —Loss: 2.9071
  • —Accuracy: 0.3889

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

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0873.22890.2222
No log2.01743.09780.2778
No log3.02612.79510.3333
No log4.03483.04210.3333
No log5.04352.94990.3333
1.57316.05222.90710.3889
1.57317.06092.88350.3333
1.57318.06962.87150.3889
1.57319.07832.90670.3889
1.573110.08702.96290.3889
1.573111.09572.89770.3889
0.835512.010443.07980.3333
0.835513.011312.99570.3889
0.835514.012182.95960.3889
0.835515.013052.92960.3889

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0