EricR401S commited on
Commit
a225649
·
1 Parent(s): 895c74d

testing lfs

Browse files
Files changed (1) hide show
  1. Pill_Ideologies-Post_Titles.py +2 -1
Pill_Ideologies-Post_Titles.py CHANGED
@@ -54,7 +54,8 @@ _LICENSE = "cc" # cc-by-4.0
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/raw/main/reddit_posts_fm.csv",
 
58
  "second_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/raw/main/reddit_posts_fm.csv",
59
  }
60
 
 
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/raw/main/reddit_posts_fm.csv",
58
+ "first_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/resolve/main/reddit_posts_fm.csv",
59
  "second_domain": "https://huggingface.co/datasets/steamcyclone/Pill_Ideologies-Post_Titles/raw/main/reddit_posts_fm.csv",
60
  }
61