yes-man-today
commited on
Commit
•
9576243
1
Parent(s):
82e723b
v3
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_v3.json"}
|
34 |
|
35 |
# Class definition for handling the dataset
|
36 |
class RegComments(datasets.GeneratorBasedBuilder):
|