test-ner
This model is a fine-tuned version of bert-base-uncased on the conll2003 dataset. It achieves the following results on the evaluation set:
- Loss: 0.1094
- Precision: 0.8817
- Recall: 0.8984
- F1: 0.8900
- Accuracy: 0.9746
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: 128
- eval_batch_size: 128
- seed: 42
- optimizer: Use 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 | 110 | 0.0873 | 0.8783 | 0.8994 | 0.8887 | 0.9766 |
No log | 2.0 | 220 | 0.0688 | 0.9018 | 0.9249 | 0.9132 | 0.9808 |
No log | 3.0 | 330 | 0.0636 | 0.9195 | 0.9341 | 0.9267 | 0.9830 |
No log | 4.0 | 440 | 0.0633 | 0.9236 | 0.9380 | 0.9307 | 0.9837 |
0.0923 | 5.0 | 550 | 0.0624 | 0.9233 | 0.9387 | 0.9309 | 0.9839 |
Framework versions
- Transformers 4.46.3
- Pytorch 2.4.0
- Datasets 3.1.0
- Tokenizers 0.20.3
- Downloads last month
- 7
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for skshmjn/test-ner
Base model
google-bert/bert-base-uncasedDataset used to train skshmjn/test-ner
Evaluation results
- Precision on conll2003validation set self-reported0.882
- Recall on conll2003validation set self-reported0.898
- F1 on conll2003validation set self-reported0.890
- Accuracy on conll2003validation set self-reported0.975