CoolFace
Modelpublic

iTroned/olid_bootstrapped_v2

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"/>

olidbootstrappedv2

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.1787
  • Accuracy Offensive: 0.9494
  • F1 Offensive: 0.9491
  • Accuracy Targeted: 0.9532
  • F1 Targeted: 0.9489
  • Accuracy Stance: 0.9441
  • F1 Stance: 0.9369

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.31560.93350.93240.91920.89670.86100.8184
0.42852.07460.20520.95390.95340.95170.94140.93580.9270
0.1783.011190.17870.94940.94910.95320.94890.94410.9369
0.1784.014920.18460.94790.94740.95020.94260.94710.9382
0.11285.018650.21750.93580.93560.93880.93560.94110.9316

Framework versions

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