--- library_name: transformers license: mit base_model: dbmdz/bert-base-turkish-cased tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: bert-ner-turkish-cased results: [] --- # bert-ner-turkish-cased This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.5613 - Precision: 0.0 - Recall: 0.0 - F1: 0.0 - Accuracy: 0.4699 ## 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: 32 - eval_batch_size: 32 - 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: 20 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:| | No log | 1.0 | 3 | 2.5088 | 0.0 | 0.0 | 0.0 | 0.0843 | | No log | 2.0 | 6 | 2.2394 | 0.0 | 0.0 | 0.0 | 0.2259 | | No log | 3.0 | 9 | 1.8687 | 0.0 | 0.0 | 0.0 | 0.4367 | | No log | 4.0 | 12 | 1.5613 | 0.0 | 0.0 | 0.0 | 0.4699 | ### Framework versions - Transformers 4.47.0 - Pytorch 2.5.1+cu121 - Datasets 3.2.0 - Tokenizers 0.21.0