marabert2-levantine-toxic-model
This model is a fine-tuned version of UBC-NLP/MARBERTv2 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.2384
- Accuracy: 0.9128
- F1 Macro: 0.9082
- Recall Toxic: 0.9134
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: 16
- eval_batch_size: 32
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Recall Toxic |
|---|---|---|---|---|---|---|
| 0.4053 | 1.0 | 614 | 0.2725 | 0.9017 | 0.8936 | 0.8878 |
| 0.2913 | 2.0 | 1228 | 0.2381 | 0.9120 | 0.9073 | 0.9123 |
| 0.2351 | 3.0 | 1842 | 0.2533 | 0.9154 | 0.9109 | 0.9159 |
| 0.1889 | 4.0 | 2456 | 0.3432 | 0.9060 | 0.9022 | 0.9134 |
| 0.1217 | 5.0 | 3070 | 0.3560 | 0.9060 | 0.9019 | 0.9111 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.9.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 319