modernBert-QA-classifier-v7
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.7689
- F1: 0.8030
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: 1e-05
- 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.8654 | 1.0 | 271 | 0.8179 | 0.8011 |
| 0.8037 | 2.0 | 542 | 0.7899 | 0.8017 |
| 0.7853 | 3.0 | 813 | 0.7765 | 0.8024 |
| 0.7759 | 4.0 | 1084 | 0.7718 | 0.8027 |
| 0.7634 | 5.0 | 1355 | 0.7716 | 0.8027 |
| 0.7632 | 6.0 | 1626 | 0.7695 | 0.8030 |
| 0.7591 | 7.0 | 1897 | 0.7689 | 0.8030 |
Framework versions
- Transformers 4.57.6
- Pytorch 2.8.0+cu126
- Datasets 4.5.0
- Tokenizers 0.22.2
- Downloads last month
- 69