KazNERD icon indicating copy to clipboard operation
KazNERD copied to clipboard

An open-source Kazakh named entity recognition dataset (KazNERD), annotation guidelines, and baseline NER models.

Results 1 KazNERD issues
Sort by recently updated
recently updated
newest added

Script `run_finetune_kaznerd.py` doesn't actually save the model, which makes it impossible to use for inference. Can be fixed with simple `trainer.save(model_path)` right after the `trainer.train()`