--- license: mit base_model: dslim/bert-base-NER tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: bert-ner-finetuned-pii results: [] --- # bert-ner-finetuned-pii This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0017 - Precision: 0.7972 - Recall: 0.8205 - F1: 0.8087 - Accuracy: 0.9996 ## 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: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.0042 | 1.0 | 724 | 0.0024 | 0.6311 | 0.7582 | 0.6889 | 0.9994 | | 0.0008 | 2.0 | 1448 | 0.0020 | 0.8314 | 0.7949 | 0.8127 | 0.9996 | | 0.0004 | 3.0 | 2172 | 0.0017 | 0.7972 | 0.8205 | 0.8087 | 0.9996 | ### Framework versions - Transformers 4.37.0 - Pytorch 2.1.2 - Datasets 2.1.0 - Tokenizers 0.15.1