CoolFace
Modelpublic

SetFit/distilbert-base-uncased__hate_speech_offensive__train-8-6

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes30downloads
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_hatespeechoffensive_train-8-6

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.1275
  • Accuracy: 0.3795

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

Training results

Training LossEpochStepValidation LossAccuracy
1.111.051.11840.0
1.06082.0101.12270.0
1.04843.0151.10090.2
0.96144.0201.10090.2
0.85455.0251.07720.2
0.82416.0301.04570.2
0.7087.0351.03010.4
0.50458.0401.03250.4
0.41759.0451.00510.4
0.344610.0500.96100.4
0.285111.0550.99540.4
0.180812.0601.05610.4
0.143513.0651.02180.4
0.101914.0701.02540.4
0.090815.0750.99350.4
0.059116.0801.00900.4
0.051217.0851.08840.4
0.039718.0901.27320.4
0.03919.0951.29790.6
0.032520.01001.27050.4

Framework versions

  • Transformers 4.15.0
  • Pytorch 1.10.2+cu102
  • Datasets 1.18.2
  • Tokenizers 0.10.3