temp_results
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.2345
- Best Threshold: 0.4500
- F1 Micro: 0.7670
- F1 Macro: 0.7627
- Precision: 0.7790
- Recall: 0.7478
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: 3e-05
- train_batch_size: 64
- eval_batch_size: 64
- 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
- lr_scheduler_warmup_steps: 500
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Best Threshold | F1 Micro | F1 Macro | Precision | Recall |
|---|---|---|---|---|---|---|---|---|
| 0.2141 | 1.0 | 5021 | 0.2089 | 0.4000 | 0.7471 | 0.7312 | 0.7472 | 0.7213 |
| 0.1797 | 2.0 | 10042 | 0.1973 | 0.4000 | 0.7674 | 0.7591 | 0.7798 | 0.7418 |
| 0.1442 | 3.0 | 15063 | 0.2091 | 0.4000 | 0.7685 | 0.7623 | 0.7668 | 0.7591 |
| 0.1118 | 4.0 | 20084 | 0.2260 | 0.4000 | 0.7682 | 0.7629 | 0.7691 | 0.7578 |
| 0.0951 | 5.0 | 25105 | 0.2345 | 0.4500 | 0.7670 | 0.7627 | 0.7790 | 0.7478 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 4
Model tree for mahmoudmohammad/temp_results
Base model
UBC-NLP/MARBERTv2