CoolFace
Modelpublic

TirkNork/laptop_sentence_classfication_BERT

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

laptopsentenceclassfication_BERT

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

  • —Loss: 0.8406
  • —Accuracy: 0.8769

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: 20

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0250.46630.8077
No log2.0500.41000.8308
No log3.0750.45310.8615
No log4.01000.49760.8846
No log5.01250.65780.8385
No log6.01500.54960.8923
No log7.01750.53310.9
No log8.02000.67810.8538
No log9.02250.74780.8538
No log10.02500.82480.8462
No log11.02750.69330.8846
No log12.03000.75080.8846
No log13.03250.79980.8846
No log14.03500.81100.8846
No log15.03750.83300.8846
No log16.04000.83480.8692
No log17.04250.84060.8692
No log18.04500.83810.8615
No log19.04750.83910.8769
0.082620.05000.84060.8769

Framework versions

  • —Transformers 4.29.2
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3