CoolFace
Modelpublic

LovenOO/BERT_without_preprocessing_grid_search

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

BERTwithoutpreprocessinggridsearch

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

  • Loss: 0.6213
  • Precision: 0.8399
  • Recall: 0.8622
  • F1: 0.8498
  • Accuracy: 0.8798

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: 32
  • evalbatchsize: 32
  • 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.02570.63050.72540.80180.75120.8180
0.86892.05140.48770.81200.85000.82450.8667
0.86893.07710.44900.79110.85900.81480.8599
0.27024.010280.47480.82910.86890.84570.8730
0.27025.012850.52170.83260.85430.84130.8783
0.15056.015420.52880.83510.86500.84810.8754
0.15057.017990.58010.84170.85850.84870.8769
0.0928.020560.57210.84020.86940.85350.8818
0.0929.023130.61350.84530.86180.85220.8808
0.072310.025700.62130.83990.86220.84980.8798

Framework versions

  • Transformers 4.31.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.4
  • Tokenizers 0.13.3