CoolFace
Modelpublic

iTroned/olid_bootstrapped_v3

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

<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>

olidbootstrappedv3

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

  • Loss: 0.1789
  • Accuracy Offensive: 0.9486
  • F1 Offensive: 0.9485
  • Accuracy Targeted: 0.9532
  • F1 Targeted: 0.9505
  • Accuracy Stance: 0.9449
  • F1 Stance: 0.9374

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

Training results

Training LossEpochStepValidation LossAccuracy OffensiveF1 OffensiveAccuracy TargetedF1 TargetedAccuracy StanceF1 Stance
No log1.03730.29030.94860.94800.93350.90990.87460.8345
0.39252.07460.19110.95090.95010.95240.94130.93960.9314
0.16423.011190.17890.94860.94850.95320.95050.94490.9374
0.16424.014920.18370.95170.95120.95170.94440.94490.9368
0.10885.018650.21060.93580.93570.93810.93690.94490.9373

Framework versions

  • Transformers 4.45.2
  • Pytorch 2.5.0+cu124
  • Datasets 3.0.1
  • Tokenizers 0.20.1