CoolFace
Modelpublic

LovenOO/BERT_with_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. -->

BERTwithpreprocessinggridsearch

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.8836
  • Precision: 0.8262
  • Recall: 0.8258
  • F1: 0.8249
  • Accuracy: 0.8724

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
1.0471.05100.61710.74930.80570.77160.8336
0.43482.010200.49540.80560.86460.82960.8714
0.28183.015300.62520.81810.83230.82120.8660
0.17934.020400.73810.82160.82580.82270.8733
0.13565.025500.86010.81610.82190.81650.8660
0.10236.030600.85260.83630.82990.83070.8758
0.09447.035700.84590.82340.82980.82510.8729
0.06318.040800.85190.82120.83250.82520.8714
0.06029.045900.87560.82000.82670.82260.8719
0.053210.051000.88360.82620.82580.82490.8724

Framework versions

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