Sam
commited on
Commit
·
2fee84f
1
Parent(s):
c5c9cb8
Update from sam
Browse files
Arguement_Mining_CL2017.py
CHANGED
@@ -75,8 +75,8 @@ class ArguementMiningCL2017(datasets.GeneratorBasedBuilder):
|
|
75 |
datasets.features.ClassLabel(
|
76 |
names=[
|
77 |
"O",
|
78 |
-
"
|
79 |
-
"
|
80 |
]
|
81 |
)
|
82 |
),
|
|
|
75 |
datasets.features.ClassLabel(
|
76 |
names=[
|
77 |
"O",
|
78 |
+
"B-ARG",
|
79 |
+
"I-ARG",
|
80 |
]
|
81 |
)
|
82 |
),
|