modernBert-QA-classifier-v5
This model is a fine-tuned version of ModernBERT-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.7807
- F1: 0.8004
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: 8e-06
- train_batch_size: 48
- eval_batch_size: 48
- 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: 15
Training results
| Training Loss | Epoch | Step | Validation Loss | F1 |
|---|---|---|---|---|
| 0.9132 | 1.0 | 271 | 0.8419 | 0.8010 |
| 0.8125 | 2.0 | 542 | 0.7918 | 0.8016 |
| 0.7855 | 3.0 | 813 | 0.7762 | 0.8021 |
| 0.778 | 4.0 | 1084 | 0.7698 | 0.8026 |
| 0.7632 | 5.0 | 1355 | 0.7681 | 0.8030 |
| 0.7516 | 6.0 | 1626 | 0.7681 | 0.8028 |
| 0.744 | 7.0 | 1897 | 0.7681 | 0.8031 |
| 0.7357 | 8.0 | 2168 | 0.7668 | 0.8030 |
| 0.7378 | 9.0 | 2439 | 0.7724 | 0.8018 |
| 0.7255 | 10.0 | 2710 | 0.7733 | 0.8018 |
| 0.7207 | 11.0 | 2981 | 0.7752 | 0.8020 |
| 0.7195 | 12.0 | 3252 | 0.7775 | 0.8011 |
| 0.7172 | 13.0 | 3523 | 0.7778 | 0.8010 |
| 0.71 | 14.0 | 3794 | 0.7802 | 0.8003 |
| 0.7126 | 15.0 | 4065 | 0.7807 | 0.8004 |
Framework versions
- Transformers 4.57.6
- Pytorch 2.8.0+cu126
- Datasets 4.5.0
- Tokenizers 0.22.2
- Downloads last month
- 139