Commit
·
a4a04e2
1
Parent(s):
63eda17
Create react.py
Browse files
react.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|