CoolFace
Modelpublic

jayanta/bert-base-cased-english-sentweet-Targeted-Insult

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

bert-base-cased-english-sentweet-Targeted-Insult

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.7559
  • —Accuracy: 0.8021
  • —Precision: 0.8122
  • —Recall: 0.8108
  • —F1: 0.8021

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.48200.80900.83230.82190.8085
No log2.01620.46880.82290.84410.83520.8226
No log3.02430.53830.80560.81850.81530.8055
No log4.03240.55010.80560.81480.81390.8055
No log5.04050.67890.78470.78830.79020.7846
No log6.04860.75590.80210.81220.81080.8021

Framework versions

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