shivam commited on
Commit
70321c9
·
1 Parent(s): b4cca67

Initial Commit

Browse files
Files changed (1) hide show
  1. 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
- version=datasets.Version("2.1.0", ""), name=name, **kwargs
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("1.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,
 
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,