AnonymousCS's picture
End of training
457ca70 verified
---
library_name: transformers
license: apache-2.0
base_model: AnonymousCS/populism_english_bert_base_uncased
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: populism_classifier_bsample_358
results: []
---
<!-- 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. -->
# populism_classifier_bsample_358
This model is a fine-tuned version of [AnonymousCS/populism_english_bert_base_uncased](https://huggingface.co/AnonymousCS/populism_english_bert_base_uncased) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7645
- Accuracy: 0.6938
- 1-f1: 0.4667
- 1-recall: 0.9655
- 1-precision: 0.3077
- Balanced Acc: 0.8078
## 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
- 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: linear
- num_epochs: 20
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------:|:-----------:|:------------:|
| 0.0522 | 1.0 | 5 | 0.8077 | 0.6411 | 0.4361 | 1.0 | 0.2788 | 0.7917 |
| 0.0508 | 2.0 | 10 | 0.6973 | 0.6890 | 0.4715 | 1.0 | 0.3085 | 0.8194 |
| 0.0083 | 3.0 | 15 | 0.6916 | 0.7081 | 0.4696 | 0.9310 | 0.3140 | 0.8016 |
| 0.0173 | 4.0 | 20 | 0.7359 | 0.6890 | 0.4628 | 0.9655 | 0.3043 | 0.8050 |
| 0.0338 | 5.0 | 25 | 0.7645 | 0.6938 | 0.4667 | 0.9655 | 0.3077 | 0.8078 |
### Framework versions
- Transformers 4.46.3
- Pytorch 2.4.1+cu121
- Datasets 3.1.0
- Tokenizers 0.20.3