CoolFace
Modelpublic

kearney/message-genre

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

message-genre

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: 1.5875
  • Accuracy: 0.4339

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

Training results

Training LossEpochStepValidation LossAccuracy
No log0.061001.82390.3638
No log0.132001.72660.3971
No log0.193001.68730.4040
No log0.254001.66090.4188
1.81180.325001.66740.4048
1.81180.386001.63810.4172
1.81180.457001.64370.4156
1.81180.518001.63780.4143
1.81180.579001.63010.4214
1.67380.6410001.61060.4320
1.67380.711001.60890.4259
1.67380.7612001.59880.4299
1.67380.8313001.59510.4347
1.67380.8914001.58960.4320
1.64880.9615001.58750.4339

Framework versions

  • Transformers 4.32.1
  • Pytorch 2.0.1
  • Datasets 2.14.4
  • Tokenizers 0.13.3