sbb_ner icon indicating copy to clipboard operation
sbb_ner copied to clipboard

parameters for finetunning

Open Ashbajawed opened this issue 3 years ago • 1 comments
trafficstars

Are there any tunable parameters to improve the performance of ner without retraining?

Ashbajawed avatar Aug 31 '22 21:08 Ashbajawed

Hi, no, any change in entity recognition behavior requires a change of the model, i.e., either to retrain it or to replace it by another better model. In particular ground-truth that is specific to your use case helps.

In the mean time (since our 2019 publication) there have been many better models published that could be used as an replacement, for instance: https://github.com/dbmdz/clef-hipe

labusch avatar Sep 17 '22 07:09 labusch