CoolFace
Modelpublic

avinasht/bert-base-uncased_Synonym-wordnet

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes7downloads
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-base-uncased_Synonym-wordnet

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

  • —Loss: 0.2882
  • —Accuracy: 0.9189
  • —F1: 0.9188
  • —Precision: 0.9198
  • —Recall: 0.9189

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: 0.0001
  • —trainbatchsize: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 25

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.90151.0910.82020.68640.68800.69850.6864
0.44532.01820.38820.85960.86030.86390.8596
0.26153.02730.30100.88920.88860.89190.8892
0.18064.03640.34600.87830.87840.88200.8783
0.13575.04550.28670.91730.91700.91770.9173
0.05456.05460.28820.91890.91880.91980.9189
0.05367.06370.36500.90020.90060.90350.9002
0.13938.07280.39270.90640.90580.90950.9064
0.07969.08190.43710.89860.89800.89960.8986
0.054610.09100.38070.90950.90900.91000.9095
0.086911.010010.40380.89700.89590.89810.8970

Framework versions

  • —Transformers 4.37.0
  • —Pytorch 2.1.2
  • —Datasets 2.1.0
  • —Tokenizers 0.15.1