Aashraya Sachdeva
commited on
Commit
·
33e763e
1
Parent(s):
7a0e2be
refactor
Browse files- multiconer2.py +1 -1
multiconer2.py
CHANGED
@@ -124,7 +124,7 @@ class Multiconer2(datasets.GeneratorBasedBuilder):
|
|
124 |
'B-PrivateCorp': "B-Group",
|
125 |
'I-PrivateCorp': "I-Group",
|
126 |
'B-PublicCorp': "B-Group",
|
127 |
-
'I-PublicCorp': "
|
128 |
'B-Scientist': "B-Person",
|
129 |
'I-Scientist': "I-Person",
|
130 |
'B-Software': "B-CreativeWork",
|
|
|
124 |
'B-PrivateCorp': "B-Group",
|
125 |
'I-PrivateCorp': "I-Group",
|
126 |
'B-PublicCorp': "B-Group",
|
127 |
+
'I-PublicCorp': "I-Group",
|
128 |
'B-Scientist': "B-Person",
|
129 |
'I-Scientist': "I-Person",
|
130 |
'B-Software': "B-CreativeWork",
|