ro-h commited on
Commit
64d668a
1 Parent(s): b2ae59b

Upload regulatory_comments.py

Browse files
Files changed (1) hide show
  1. regulatory_comments.py +1 -1
regulatory_comments.py CHANGED
@@ -35,7 +35,7 @@ _HOMEPAGE = "https://www.regulations.gov/"
35
  # TODO: Add link to the official dataset URLs here
36
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
37
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
38
- _URLS = "https://huggingface.co/datasets/ro-h/regulatory_comments/blob/main/temp.csv"
39
 
40
 
41
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
 
35
  # TODO: Add link to the official dataset URLs here
36
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
37
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
38
+ _URLS = "https://huggingface.co/datasets/ro-h/regulatory_comments/raw/main/temp.csv"
39
 
40
 
41
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case