Upload regulatory_comments.py
Browse files- regulatory_comments.py +1 -0
regulatory_comments.py
CHANGED
@@ -101,6 +101,7 @@ class RegComments(datasets.GeneratorBasedBuilder):
|
|
101 |
urls = _URLS
|
102 |
data_dir = dl_manager.download_and_extract(urls)
|
103 |
print("urls accessed")
|
|
|
104 |
return [datasets.SplitGenerator(name=datasets.Split.TRAIN,
|
105 |
# These kwargs will be passed to _generate_examples
|
106 |
gen_kwargs={
|
|
|
101 |
urls = _URLS
|
102 |
data_dir = dl_manager.download_and_extract(urls)
|
103 |
print("urls accessed")
|
104 |
+
print("File path:", os.path.join(data_dir, "train.csv"))
|
105 |
return [datasets.SplitGenerator(name=datasets.Split.TRAIN,
|
106 |
# These kwargs will be passed to _generate_examples
|
107 |
gen_kwargs={
|