Commit
·
1ac567c
1
Parent(s):
a4a04e2
Update react.py
Browse files
react.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
class react(datasets.GeneratorBasedBuilder):
|
2 |
|
3 |
-
VERSION = datasets.Version("1.0.0")
|
4 |
-
|
5 |
-
BUILDER_CONFIGS = [
|
6 |
-
|
7 |
-
]
|
8 |
-
|
9 |
-
DEFAULT_CONFIG_NAME = "first_domain"
|
|
|
1 |
class react(datasets.GeneratorBasedBuilder):
|
2 |
|
3 |
+
VERSION = datasets.Version("1.0.0")
|
4 |
+
|
5 |
+
BUILDER_CONFIGS = [
|
6 |
+
datasets.BuilderConfig(name="first_domain", version=VERSION, description="This part of my dataset covers a first domain"),
|
7 |
+
]
|
8 |
+
|
9 |
+
DEFAULT_CONFIG_NAME = "first_domain"
|