29thDay's picture
End of training
8c78fe3 verified
---
library_name: transformers
license: apache-2.0
base_model: PracticalWork/ModernBERT-large-classifier
tags:
- generated_from_trainer
metrics:
- accuracy
- f1
model-index:
- name: ModernBERT-large-classifier-classifier-prompted
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# ModernBERT-large-classifier-classifier-prompted
This model is a fine-tuned version of [PracticalWork/ModernBERT-large-classifier](https://huggingface.co/PracticalWork/ModernBERT-large-classifier) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.4295
- Accuracy: 0.9054
- F1: 0.9015
## 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: 2e-05
- 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: linear
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
| No log | 0 | 0 | 1.9514 | 0.6935 | 0.5679 |
| No log | 0.6 | 255 | 0.2441 | 0.9037 | 0.8982 |
| 0.2289 | 1.2 | 510 | 0.3278 | 0.9019 | 0.8994 |
| 0.2289 | 1.8 | 765 | 0.3406 | 0.9037 | 0.9018 |
| 0.0899 | 2.4 | 1020 | 0.4322 | 0.9019 | 0.8973 |
| 0.0899 | 3.0 | 1275 | 0.4295 | 0.9054 | 0.9015 |
### Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1