16752598b6870664be1418849e467ca8
This model is a fine-tuned version of google-bert/bert-large-cased-whole-word-masking on the contemmcm/cls_20newsgroups dataset. It achieves the following results on the evaluation set:
- Loss: 0.4814
- Data Size: 1.0
- Epoch Runtime: 70.9647
- Accuracy: 0.8924
- F1 Macro: 0.8918
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: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- distributed_type: multi-GPU
- num_devices: 4
- total_train_batch_size: 32
- total_eval_batch_size: 32
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant
- num_epochs: 50
Training results
| Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 3.0824 | 0 | 4.6605 | 0.0519 | 0.0197 |
| No log | 1 | 499 | 2.9963 | 0.0078 | 5.3973 | 0.0547 | 0.0235 |
| 0.0308 | 2 | 998 | 2.7271 | 0.0156 | 6.0645 | 0.1792 | 0.1176 |
| 0.0529 | 3 | 1497 | 1.6232 | 0.0312 | 7.5458 | 0.5363 | 0.4742 |
| 0.0705 | 4 | 1996 | 0.9689 | 0.0625 | 10.8089 | 0.6903 | 0.6838 |
| 0.9604 | 5 | 2495 | 0.7461 | 0.125 | 14.2915 | 0.7707 | 0.7572 |
| 0.5986 | 6 | 2994 | 0.6529 | 0.25 | 22.4449 | 0.7959 | 0.7900 |
| 0.5127 | 7 | 3493 | 0.5204 | 0.5 | 38.7135 | 0.8395 | 0.8401 |
| 0.3577 | 8.0 | 3992 | 0.3958 | 1.0 | 71.4073 | 0.8808 | 0.8801 |
| 0.2736 | 9.0 | 4491 | 0.4542 | 1.0 | 70.9735 | 0.8705 | 0.8686 |
| 0.2414 | 10.0 | 4990 | 0.4911 | 1.0 | 71.3405 | 0.8758 | 0.8740 |
| 0.1864 | 11.0 | 5489 | 0.5101 | 1.0 | 70.7108 | 0.8798 | 0.8792 |
| 0.1243 | 12.0 | 5988 | 0.4814 | 1.0 | 70.9647 | 0.8924 | 0.8918 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu128
- Datasets 4.3.0
- Tokenizers 0.22.1
- Downloads last month
- -