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
•
0222587
1
Parent(s):
d33962c
fast commits
Browse files
Pill_Ideologies-Post_Titles.py
CHANGED
@@ -209,7 +209,7 @@ class SubRedditPosts(datasets.GeneratorBasedBuilder):
|
|
209 |
# These kwargs will be passed to _generate_examples
|
210 |
gen_kwargs={
|
211 |
# "filepath": train,
|
212 |
-
"filepath":
|
213 |
"split": "train",
|
214 |
},
|
215 |
),
|
|
|
209 |
# These kwargs will be passed to _generate_examples
|
210 |
gen_kwargs={
|
211 |
# "filepath": train,
|
212 |
+
"filepath": train,
|
213 |
"split": "train",
|
214 |
},
|
215 |
),
|