Datasets:
Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
crowdsourced
Annotations Creators:
lexyr
Source Datasets:
original
License:
cc-by-4.0
Commit
•
5fc63ea
1
Parent(s):
57255c4
Update the-reddit-nft-dataset.py
Browse files
the-reddit-nft-dataset.py
CHANGED
@@ -50,7 +50,7 @@ year={{2022}}
|
|
50 |
"""
|
51 |
|
52 |
|
53 |
-
class
|
54 |
VERSION = datasets.Version("1.0.0")
|
55 |
|
56 |
# This is an example of a dataset with multiple configurations.
|
50 |
"""
|
51 |
|
52 |
|
53 |
+
class theredditnftdataset(datasets.GeneratorBasedBuilder):
|
54 |
VERSION = datasets.Version("1.0.0")
|
55 |
|
56 |
# This is an example of a dataset with multiple configurations.
|