Skip to content
Snippets Groups Projects
Commit ca5ce224 authored by Thomas Wolf's avatar Thomas Wolf
Browse files

Fixed FIGER dataset problem where there are multiple possible labels for an...

Fixed FIGER dataset problem where there are multiple possible labels for an entity and only one is counted as correct
parent e127947b
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 8228 deletions
Instance,Model,Dataset,Sentence,Entity,True Annotation,Predicted Annotation,Correct
......@@ -75,4 +75,4 @@ def classify_entity(entity, labels):
return best_label if best_label else labels[0]
load_pretrained()
#load_pretrained()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment