CoolFace
Modelpublic

ozfan/BT5153-kaggle-sentiment-model-3000-samples

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

BT5153-kaggle-sentiment-model-3000-samples

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

  • —Loss: 0.6160
  • —Accuracy: 0.9270
  • —F1: 0.9288

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

Training results

Training LossEpochStepValidation LossAccuracyF1
0.28511.06250.20580.92160.9231
0.17352.012500.22570.92440.9258
0.1213.018750.29070.92320.9251
0.05254.025000.36070.91940.9219
0.03815.031250.41090.92160.9233
0.02576.037500.41420.92320.9244
0.01927.043750.43210.92300.9233
0.01268.050000.47450.92500.9278
0.019.056250.50530.92400.9246
0.009110.062500.52560.92400.9267
0.006211.068750.57980.92460.9255
0.003312.075000.59350.92420.9262
0.001913.081250.58910.92860.9303
0.001814.087500.61760.92660.9287
0.000115.093750.61600.92700.9288

Framework versions

  • —Transformers 4.26.1
  • —Pytorch 1.13.0
  • —Datasets 2.1.0
  • —Tokenizers 0.13.2