perfectsquare123/encrypted-token-detector
06
<!-- 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. -->
encrypted-token-detector
This model is a fine-tuned version of bert-base-cased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0007
- Accuracy: 0.9999
- F1: 0.9998
- Report: {'ENC': {'precision': 1.0, 'recall': 0.9996865203761756, 'f1-score': 0.9998432356168678, 'support': 6380}, 'micro avg': {'precision': 1.0, 'recall': 0.9996865203761756, 'f1-score': 0.9998432356168678, 'support': 6380}, 'macro avg': {'precision': 1.0, 'recall': 0.9996865203761756, 'f1-score': 0.9998432356168678, 'support': 6380}, 'weighted avg': {'precision': 1.0, 'recall': 0.9996865203761756, 'f1-score': 0.9998432356168678, 'support': 6380}}
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
- trainbatchsize: 32
- evalbatchsize: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- num_epochs: 5
Training results
Framework versions
- Transformers 4.51.1
- Pytorch 2.5.1+cu124
- Datasets 3.5.0
- Tokenizers 0.21.0
