Sam
commited on
Commit
·
aa67d37
1
Parent(s):
1868556
Update from sam
Browse files
argument_mining_dataloader.py
CHANGED
@@ -61,7 +61,7 @@ class ArguementMiningCL2017(datasets.GeneratorBasedBuilder):
|
|
61 |
"""CL2017 dataset."""
|
62 |
|
63 |
BUILDER_CONFIGS = [
|
64 |
-
|
65 |
]
|
66 |
|
67 |
def _info(self):
|
|
|
61 |
"""CL2017 dataset."""
|
62 |
|
63 |
BUILDER_CONFIGS = [
|
64 |
+
ArguementMiningCL2017Config(name="cl2017", version=datasets.Version("1.0.0"), description="Cl2017 dataset"),
|
65 |
]
|
66 |
|
67 |
def _info(self):
|