EricR401S commited on
Commit
4bcfff9
·
1 Parent(s): 602116a

testing splits again

Browse files
Files changed (1) hide show
  1. Pill_Ideologies-Post_Titles.py +2 -1
Pill_Ideologies-Post_Titles.py CHANGED
@@ -53,7 +53,8 @@ _LICENSE = "cc" # cc-by-4.0
53
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
54
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
55
  _URLS = {
56
- "first_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/blob/main/reddit_posts_fm.csv",
 
57
  "second_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/blob/main/reddit_posts_fm.csv",
58
  }
59
 
 
53
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
54
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
55
  _URLS = {
56
+ # "first_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/blob/main/reddit_posts_fm.csv",
57
+ "first_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/tree/main",
58
  "second_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/blob/main/reddit_posts_fm.csv",
59
  }
60