Datasets:
Sub-tasks:
multi-class-classification
Languages:
English
Size:
1K<n<10K
Tags:
natural-language-understanding
ideology classification
text classification
natural language processing
License:
EricR401S
commited on
Commit
·
4bcfff9
1
Parent(s):
602116a
testing splits again
Browse files
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 |
|