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