guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
924 stars 275 forks source link

Is it possible to implement the entity-level F1 in eval_metric_ops? #49

Open Robets2020 opened 5 years ago

Robets2020 commented 5 years ago

In tf.estimator.ModeKeys.EVAL mode, the F1 is charactor-level. Is it possible to implement the entity-level F1 in eval_metric_ops?