SocialGrep
commited on
Commit
•
8ec4ba6
1
Parent(s):
49be70f
Update the-reddit-place-dataset.py
Browse files
the-reddit-place-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 theredditplacedataset(datasets.GeneratorBasedBuilder):
|
54 |
VERSION = datasets.Version("1.0.0")
|
55 |
|
56 |
# This is an example of a dataset with multiple configurations.
|