inventivework commited on
Commit
1ac567c
·
1 Parent(s): a4a04e2

Update react.py

Browse files
Files changed (1) hide show
  1. react.py +7 -7
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
- 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"
 
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"