Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
crowdsourced
Annotations Creators:
lexyr
Source Datasets:
original
License:
SocialGrep commited on
Commit
077b6ad
1 Parent(s): df62e2c

Update ten-million-reddit-answers.py

Browse files
Files changed (1) hide show
  1. ten-million-reddit-answers.py +4 -0
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.")