Datasets:

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

Update the-reddit-nft-dataset.py

Browse files
Files changed (1) hide show
  1. the-reddit-nft-dataset.py +4 -0
the-reddit-nft-dataset.py CHANGED
@@ -176,3 +176,7 @@ class FiveYearsOfAAPLOnReddit(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.")