CoolFace
Modelpublic

btniq/kvkk-ner-bert-turkish

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes17downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

kvkk-ner-bert-turkish

This model is a fine-tuned version of dbmdz/bert-base-turkish-cased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0802
  • —Precision: 0.9152
  • —Recall: 0.9203
  • —F1: 0.9177
  • —Accuracy: 0.9759

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
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 0.1
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.14291.032460.08610.89650.91670.90650.9732
0.09702.064920.09580.91000.90950.90970.9730
0.07163.097380.10250.90590.91000.90790.9724

Framework versions

  • —Transformers 5.5.4
  • —Pytorch 2.11.0+cu130
  • —Datasets 4.8.4
  • —Tokenizers 0.22.2