global_effformerv2_s1
This model is a fine-tuned version of on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0770
- Precision: 0.9743
- Recall: 0.9689
- Accuracy: 0.9765
- F1: 0.9714
- Roc Auc: 0.9974
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: 0.0001
- train_batch_size: 32
- 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: cosine
- num_epochs: 4
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Accuracy | F1 | Roc Auc |
|---|---|---|---|---|---|---|---|---|
| 0.1619 | 0.3436 | 200 | 0.1084 | 0.9621 | 0.9529 | 0.9648 | 0.9571 | 0.9954 |
| 0.1015 | 0.6873 | 400 | 0.1088 | 0.9648 | 0.9613 | 0.9692 | 0.9630 | 0.9959 |
| 0.0691 | 1.0309 | 600 | 0.1130 | 0.9603 | 0.9636 | 0.9681 | 0.9619 | 0.9945 |
| 0.0675 | 1.3746 | 800 | 0.1125 | 0.9737 | 0.9678 | 0.9755 | 0.9706 | 0.9970 |
| 0.0538 | 1.7182 | 1000 | 0.0770 | 0.9743 | 0.9689 | 0.9765 | 0.9714 | 0.9974 |
| 0.0438 | 2.0619 | 1200 | 0.0830 | 0.9699 | 0.9697 | 0.9748 | 0.9698 | 0.9976 |
| 0.0212 | 2.4055 | 1400 | 0.0821 | 0.9732 | 0.9700 | 0.9765 | 0.9716 | 0.9971 |
| 0.0481 | 2.7491 | 1600 | 0.0919 | 0.9762 | 0.9707 | 0.9779 | 0.9733 | 0.9973 |
| 0.0239 | 3.0928 | 1800 | 0.0821 | 0.9752 | 0.9725 | 0.9783 | 0.9738 | 0.9976 |
| 0.0170 | 3.4364 | 2000 | 0.0879 | 0.9757 | 0.9713 | 0.9781 | 0.9734 | 0.9976 |
| 0.0127 | 3.7801 | 2200 | 0.0941 | 0.9758 | 0.9719 | 0.9783 | 0.9738 | 0.9971 |
Framework versions
- Transformers 5.3.0
- Pytorch 2.10.0+cu128
- Datasets 4.7.0
- Tokenizers 0.22.2
- Downloads last month
- 48