fix the post-processing bug in NER (#534)

* fix conll bug

* update DataCollatorForAuto

* adding label_list comments
This commit is contained in:
Xueqing Liu
2022-05-10 17:22:57 -04:00
committed by GitHub
parent c1bb66980c
commit 2a8decdc50
8 changed files with 92 additions and 64 deletions

View File

@@ -347,3 +347,4 @@ class TestClassification(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
test = TestClassification()