Initial Commit
Browse files- split-test.py +2 -2
split-test.py
CHANGED
@@ -67,7 +67,7 @@ class SplitTestConfig(datasets.BuilderConfig):
|
|
67 |
**kwargs: keyword arguments forwarded to super.
|
68 |
"""
|
69 |
super(SplitTestConfig, self).__init__(
|
70 |
-
|
71 |
)
|
72 |
|
73 |
|
@@ -75,7 +75,7 @@ class SplitTestConfig(datasets.BuilderConfig):
|
|
75 |
class SplitTest(datasets.GeneratorBasedBuilder):
|
76 |
"""TODO: Short description of my dataset."""
|
77 |
|
78 |
-
VERSION = datasets.Version("
|
79 |
|
80 |
# This is an example of a dataset with multiple configurations.
|
81 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
67 |
**kwargs: keyword arguments forwarded to super.
|
68 |
"""
|
69 |
super(SplitTestConfig, self).__init__(
|
70 |
+
name=name, **kwargs
|
71 |
)
|
72 |
|
73 |
|
|
|
75 |
class SplitTest(datasets.GeneratorBasedBuilder):
|
76 |
"""TODO: Short description of my dataset."""
|
77 |
|
78 |
+
VERSION = datasets.Version("2.1.0", "")
|
79 |
|
80 |
# This is an example of a dataset with multiple configurations.
|
81 |
# If you don't want/need to define several sub-sets in your dataset,
|