Update regulatory_comments.py
Browse files- regulatory_comments.py +1 -1
regulatory_comments.py
CHANGED
|
@@ -30,7 +30,7 @@ and comment text.
|
|
| 30 |
_HOMEPAGE = "https://www.regulations.gov/"
|
| 31 |
|
| 32 |
# URL to download the dataset
|
| 33 |
-
_URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/
|
| 34 |
|
| 35 |
# Class definition for handling the dataset
|
| 36 |
class RegComments(datasets.GeneratorBasedBuilder):
|
|
|
|
| 30 |
_HOMEPAGE = "https://www.regulations.gov/"
|
| 31 |
|
| 32 |
# URL to download the dataset
|
| 33 |
+
_URLS = {"url": "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/docket_comments_v6.json"}
|
| 34 |
|
| 35 |
# Class definition for handling the dataset
|
| 36 |
class RegComments(datasets.GeneratorBasedBuilder):
|