token_classification_NER
This model is a fine-tuned version of distilbert/distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2953
- Precision: 0.5219
- Recall: 0.3652
- F1: 0.4297
- Accuracy: 0.9454
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: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 213 | 0.2830 | 0.6282 | 0.2725 | 0.3801 | 0.9404 |
| No log | 2.0 | 426 | 0.2657 | 0.5408 | 0.3133 | 0.3967 | 0.9427 |
| 0.178 | 3.0 | 639 | 0.2892 | 0.5566 | 0.3281 | 0.4128 | 0.9448 |
| 0.178 | 4.0 | 852 | 0.2948 | 0.5483 | 0.3522 | 0.4289 | 0.9456 |
| 0.0505 | 5.0 | 1065 | 0.2953 | 0.5219 | 0.3652 | 0.4297 | 0.9454 |
Framework versions
- Transformers 4.53.3
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.21.4
- Downloads last month
- 2
Model tree for dany0407/token_classification_NER
Base model
distilbert/distilbert-base-uncased