SocialGrep
commited on
Commit
·
077b6ad
1
Parent(s):
df62e2c
Update ten-million-reddit-answers.py
Browse files
ten-million-reddit-answers.py
CHANGED
@@ -176,3 +176,7 @@ class tenmillionredditanswers(datasets.GeneratorBasedBuilder):
|
|
176 |
key = f"t1_{row['id']}"
|
177 |
yield key, row
|
178 |
|
|
|
|
|
|
|
|
|
|
176 |
key = f"t1_{row['id']}"
|
177 |
yield key, row
|
178 |
|
179 |
+
|
180 |
+
if __name__ == "__main__":
|
181 |
+
print("Please use the HuggingFace dataset library, or")
|
182 |
+
print("download from https://socialgrep.com/datasets.")
|