mrc-for-flat-nested-ner
mrc-for-flat-nested-ner copied to clipboard
Can separate the entity_label evaluation results?
there are various labels (e.g., "ORG", "LOC", "MISC" etc.).
Is there any way to evaluate separately?
evaluate.py
always shows overall results I think.
@minstar evaluate.py
actually run self.validation_step
defined in trainer.py
. I recommend to read pytorch-lightning documents to learn more about its mechanism and implement your own metrics