global_mbv3_large_ra
This model is a fine-tuned version of on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.1323
- Precision: 0.9686
- Recall: 0.9675
- Accuracy: 0.9732
- F1: 0.9680
- Roc Auc: 0.9963
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.3460 | 0.3436 | 200 | 0.2883 | 0.9119 | 0.9187 | 0.9266 | 0.9149 | 0.9842 |
| 0.2771 | 0.6873 | 400 | 0.2042 | 0.9446 | 0.9288 | 0.9469 | 0.9351 | 0.9921 |
| 0.0555 | 1.0309 | 600 | 0.1833 | 0.9403 | 0.9421 | 0.9499 | 0.9411 | 0.9932 |
| 0.0787 | 1.3746 | 800 | 0.1645 | 0.9512 | 0.9512 | 0.9590 | 0.9512 | 0.9942 |
| 0.0687 | 1.7182 | 1000 | 0.1376 | 0.9628 | 0.9596 | 0.9669 | 0.9611 | 0.9956 |
| 0.0319 | 2.0619 | 1200 | 0.1433 | 0.9597 | 0.9625 | 0.9669 | 0.9610 | 0.9956 |
| 0.0301 | 2.4055 | 1400 | 0.1441 | 0.9597 | 0.9620 | 0.9667 | 0.9607 | 0.9958 |
| 0.0788 | 2.7491 | 1600 | 0.1433 | 0.9662 | 0.9626 | 0.9702 | 0.9643 | 0.9959 |
| 0.0091 | 3.0928 | 1800 | 0.1345 | 0.9658 | 0.9667 | 0.9716 | 0.9663 | 0.9962 |
| 0.0206 | 3.4364 | 2000 | 0.1369 | 0.9648 | 0.9633 | 0.9697 | 0.9641 | 0.9962 |
| 0.0061 | 3.7801 | 2200 | 0.1323 | 0.9686 | 0.9675 | 0.9732 | 0.9680 | 0.9963 |
Framework versions
- Transformers 5.3.0
- Pytorch 2.10.0+cu128
- Datasets 4.7.0
- Tokenizers 0.22.2
- Downloads last month
- 42