bert_test_weighted
This model is a fine-tuned version of bert-base-german-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0316
- Precision: 0.9608
- Recall: 0.9580
- F1: 0.9594
- Accuracy: 0.9939
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: 6
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.1836 | 1.0 | 55 | 0.0425 | 0.8698 | 0.9429 | 0.9049 | 0.9867 |
| 0.0312 | 2.0 | 110 | 0.0267 | 0.9296 | 0.9520 | 0.9407 | 0.9927 |
| 0.0156 | 3.0 | 165 | 0.0269 | 0.9467 | 0.9610 | 0.9538 | 0.9925 |
| 0.0082 | 4.0 | 220 | 0.0316 | 0.9608 | 0.9580 | 0.9594 | 0.9939 |
Framework versions
- Transformers 4.56.2
- Pytorch 2.8.0+cu126
- Datasets 4.1.1
- Tokenizers 0.22.0
- Downloads last month
- 17
Model tree for gmanzone/bert_test_weighted
Base model
google-bert/bert-base-german-cased