bert-finetuned-ner
This model is a fine-tuned version of BAAI/bge-small-en-v1.5 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.1154
- Precision: 0.8984
- Recall: 0.9256
- F1: 0.9118
- Accuracy: 0.9808
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: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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.0127 | 1.0 | 1250 | 0.0993 | 0.8983 | 0.9256 | 0.9117 | 0.9813 |
| 0.0103 | 2.0 | 2500 | 0.1055 | 0.8918 | 0.9239 | 0.9076 | 0.9806 |
| 0.0087 | 3.0 | 3750 | 0.1090 | 0.9061 | 0.9238 | 0.9148 | 0.9817 |
| 0.0077 | 4.0 | 5000 | 0.1141 | 0.9064 | 0.9271 | 0.9166 | 0.9815 |
| 0.0127 | 5.0 | 6250 | 0.1106 | 0.9039 | 0.9249 | 0.9143 | 0.9811 |
| 0.0079 | 6.0 | 7500 | 0.1154 | 0.8984 | 0.9256 | 0.9118 | 0.9808 |
Framework versions
- Transformers 4.56.2
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 1
Model tree for B1KO1L/bert-finetuned-ner
Base model
BAAI/bge-small-en-v1.5