We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba08ee4 commit 54a3ff8Copy full SHA for 54a3ff8
tests/training/test_train.py
@@ -87,8 +87,8 @@ def test_ner_qualif_train(run_in_test_dir, tmp_path):
87
scorer = GenericScorer(**kwargs["scorer"])
88
last_scores = scorer(nlp, Reader(**kwargs["val_data"])(nlp))
89
90
- assert last_scores["exact_ner"]["micro"]["f"] > 0.5
91
- assert last_scores["qualifier"]["micro"]["f"] > 0.5
+ assert last_scores["exact_ner"]["micro"]["f"] > 0.4
+ assert last_scores["qualifier"]["micro"]["f"] > 0.4
92
93
94
def test_qualif_train(run_in_test_dir, tmp_path):
0 commit comments