distilbert-base-uncased-finetuned-ner
This model is a fine-tuned version of distilbert-base-uncased on the conll2003 dataset. It achieves the following results on the evaluation set:
- Loss: 0.0811
- Precision: 0.9355
- Recall: 0.9443
- F1: 0.9399
- Accuracy: 0.9852
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: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.2427 | 1.0 | 878 | 0.0673 | 0.9124 | 0.9195 | 0.9159 | 0.9809 |
| 0.0503 | 2.0 | 1756 | 0.0610 | 0.9237 | 0.9350 | 0.9293 | 0.9834 |
| 0.0268 | 3.0 | 2634 | 0.0594 | 0.9301 | 0.9371 | 0.9336 | 0.9846 |
| 0.0166 | 4.0 | 3512 | 0.0644 | 0.9300 | 0.9400 | 0.9350 | 0.9847 |
| 0.0108 | 5.0 | 4390 | 0.0751 | 0.9339 | 0.9394 | 0.9366 | 0.9842 |
| 0.0066 | 6.0 | 5268 | 0.0757 | 0.9273 | 0.9359 | 0.9316 | 0.9838 |
| 0.0054 | 7.0 | 6146 | 0.0794 | 0.9317 | 0.9404 | 0.9360 | 0.9847 |
| 0.0041 | 8.0 | 7024 | 0.0777 | 0.9343 | 0.9434 | 0.9388 | 0.9848 |
| 0.0031 | 9.0 | 7902 | 0.0811 | 0.9355 | 0.9434 | 0.9395 | 0.9850 |
| 0.0027 | 10.0 | 8780 | 0.0811 | 0.9355 | 0.9443 | 0.9399 | 0.9852 |
Framework versions
- Transformers 4.55.4
- Pytorch 2.7.0+gitf717b2a
- Datasets 3.6.0
- Tokenizers 0.21.4
- Downloads last month
- 1
Model tree for arman1o1/distilbert-base-uncased-finetuned-ner
Base model
distilbert/distilbert-base-uncasedDataset used to train arman1o1/distilbert-base-uncased-finetuned-ner
Evaluation results
- Precision on conll2003validation set self-reported0.935
- Recall on conll2003validation set self-reported0.944
- F1 on conll2003validation set self-reported0.940
- Accuracy on conll2003validation set self-reported0.985