CoolFace
Modelpublic

mpalaval/assignment2_attempt12

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

assignment2_attempt12

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

  • Loss: 0.4465
  • Precision: 0.2230
  • Recall: 0.2268
  • F1: 0.2249
  • Accuracy: 0.9262

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.03470.26990.15540.15810.15670.9238
0.30712.06940.31110.18430.13750.15750.9302
0.12353.010410.30480.21640.25430.23380.9280
0.12354.013880.36060.19200.23020.20940.9208
0.05925.017350.45840.21120.16840.18740.9280
0.03046.020820.44650.22300.22680.22490.9262

Framework versions

  • Transformers 4.34.1
  • Pytorch 2.1.0+cu118
  • Datasets 2.14.6
  • Tokenizers 0.14.1