Sam
commited on
Commit
·
afa29bb
1
Parent(s):
2fee84f
Update from sam
Browse files
Arguement_Mining_CL2017.py
CHANGED
@@ -90,8 +90,8 @@ class ArguementMiningCL2017(datasets.GeneratorBasedBuilder):
|
|
90 |
def _split_generators(self, dl_manager):
|
91 |
"""Returns SplitGenerators."""
|
92 |
urls_to_download = {
|
93 |
-
"train":
|
94 |
-
"test":
|
95 |
}
|
96 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
97 |
|
|
|
90 |
def _split_generators(self, dl_manager):
|
91 |
"""Returns SplitGenerators."""
|
92 |
urls_to_download = {
|
93 |
+
"train": _TRAINING_FILE,
|
94 |
+
"test": _TEST_FILE,
|
95 |
}
|
96 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
97 |
|