modernBert-QA-classifier-v4
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.7711
- F1: 0.8028
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: 7
Training results
| Training Loss | Epoch | Step | Validation Loss | F1 |
|---|---|---|---|---|
| 0.904 | 1.0 | 271 | 0.8438 | 0.8009 |
| 0.8171 | 2.0 | 542 | 0.7976 | 0.8017 |
| 0.791 | 3.0 | 813 | 0.7835 | 0.8021 |
| 0.7787 | 4.0 | 1084 | 0.7765 | 0.8025 |
| 0.7722 | 5.0 | 1355 | 0.7723 | 0.8027 |
| 0.7639 | 6.0 | 1626 | 0.7714 | 0.8027 |
| 0.7618 | 7.0 | 1897 | 0.7711 | 0.8028 |
Framework versions
- Transformers 4.57.6
- Pytorch 2.8.0+cu126
- Datasets 4.5.0
- Tokenizers 0.22.2
- Downloads last month
- 82