CoolFace
Modelpublic

iTroned/olid_no_bootstrap_2

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

olidnobootstrap_2

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.5093
  • Accuracy Offensive: 0.7991
  • F1 Offensive: 0.8006
  • Accuracy Targeted: 0.7832
  • F1 Targeted: 0.7717
  • Accuracy Stance: 0.7621
  • F1 Stance: 0.7280

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.52440.79980.79830.77640.76140.75080.7052
0.58442.07460.50930.79910.80060.78320.77170.76210.7280
0.46633.011190.51450.80740.80950.78550.77500.75910.7510
0.46634.014920.55450.79380.79660.77040.76200.75530.7518

Framework versions

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