CS221-toxic-bert-finetuned-semeval
This model is a fine-tuned version of unitary/toxic-bert on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.4539
- F1: 0.7204
- Roc Auc: 0.7908
- Accuracy: 0.3953
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: 2e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 100
- num_epochs: 20
Training results
Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
---|---|---|---|---|---|---|
0.5702 | 1.0 | 70 | 0.5615 | 0.4218 | 0.6190 | 0.1552 |
0.4601 | 2.0 | 140 | 0.4599 | 0.5993 | 0.7098 | 0.3177 |
0.3688 | 3.0 | 210 | 0.4140 | 0.6930 | 0.7697 | 0.3718 |
0.2776 | 4.0 | 280 | 0.3974 | 0.7163 | 0.7868 | 0.4007 |
0.22 | 5.0 | 350 | 0.4002 | 0.7178 | 0.7892 | 0.3827 |
0.1785 | 6.0 | 420 | 0.4180 | 0.7103 | 0.7817 | 0.4043 |
0.1421 | 7.0 | 490 | 0.4263 | 0.7119 | 0.7835 | 0.3971 |
0.0919 | 8.0 | 560 | 0.4539 | 0.7204 | 0.7908 | 0.3953 |
0.083 | 9.0 | 630 | 0.4579 | 0.7192 | 0.7893 | 0.3953 |
0.0602 | 10.0 | 700 | 0.4860 | 0.7112 | 0.7829 | 0.3989 |
0.0446 | 11.0 | 770 | 0.4931 | 0.7064 | 0.7793 | 0.3791 |
Framework versions
- Transformers 4.47.1
- Pytorch 2.5.1+cu121
- Datasets 3.2.0
- Tokenizers 0.21.0
- Downloads last month
- 107
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Model tree for Kuongan/CS221-toxic-bert-finetuned-semeval
Base model
unitary/toxic-bert