CoolFace
Modelpublic

jayanta/distilbert-base-uncased-english-sentweet-targeted-insult

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

distilbert-base-uncased-english-sentweet-targeted-insult

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.8638
  • —Accuracy: 0.7917
  • —Precision: 0.7978
  • —Recall: 0.7985
  • —F1: 0.7917

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

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
No log1.0810.44720.81600.83450.82750.8157
No log2.01620.48190.81600.83690.82820.8156
No log3.02430.49930.80900.82730.82050.8087
No log4.03240.59020.76740.76520.76620.7656
No log5.04050.80040.76040.75900.76120.7594
No log6.04860.86380.79170.79780.79850.7917

Framework versions

  • —Transformers 4.24.0
  • —Pytorch 1.13.1+cu117
  • —Datasets 2.6.1
  • —Tokenizers 0.11.0