CoolFace
Modelpublic

iTroned/olid_bootstrap_expanded_v1

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

olidbootstrapexpanded_v1

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.1649
  • Accuracy Offensive: 0.9532
  • F1 Offensive: 0.9523
  • Accuracy Targeted: 0.9509
  • F1 Targeted: 0.9354
  • Accuracy Stance: 0.9441
  • F1 Stance: 0.9359

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.25690.95020.94900.94180.91500.89430.8572
0.46412.07460.16490.95320.95230.95090.93540.94410.9359
0.15423.011190.16490.94640.94620.94710.94540.94860.9416
0.15424.014920.17200.95170.95100.95020.94210.94410.9366

Framework versions

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