lora-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.0920
- Precision: 0.8535
- Recall: 0.8727
- F1: 0.8630
- Accuracy: 0.9731
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: 0.001
- train_batch_size: 64
- eval_batch_size: 64
- 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 | 220 | 0.1085 | 0.8026 | 0.8314 | 0.8167 | 0.9675 |
No log | 2.0 | 440 | 0.0804 | 0.8693 | 0.8818 | 0.8755 | 0.9759 |
0.2014 | 3.0 | 660 | 0.0720 | 0.8764 | 0.8970 | 0.8866 | 0.9783 |
0.2014 | 4.0 | 880 | 0.0688 | 0.8773 | 0.9056 | 0.8912 | 0.9792 |
0.0882 | 5.0 | 1100 | 0.0674 | 0.8823 | 0.9067 | 0.8943 | 0.9796 |
Framework versions
- Transformers 4.46.3
- Pytorch 2.4.0
- Datasets 3.1.0
- Tokenizers 0.20.3
- Downloads last month
- 104
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Model tree for skshmjn/lora-ner
Base model
google-bert/bert-base-uncasedDataset used to train skshmjn/lora-ner
Evaluation results
- Precision on conll2003validation set self-reported0.854
- Recall on conll2003validation set self-reported0.873
- F1 on conll2003validation set self-reported0.863
- Accuracy on conll2003validation set self-reported0.973