Datasets:
fix version typo
Browse files- kobest_v1.py +1 -1
kobest_v1.py
CHANGED
@@ -59,7 +59,7 @@ class KoBESTConfig(datasets.BuilderConfig):
|
|
59 |
url: `string`, url for information about the dataset.
|
60 |
**kwrags: keyword arguments frowarded to super
|
61 |
"""
|
62 |
-
super(KoBESTConfig, self).__init__(version=datasets.Version("1.0", ""), **kwargs)
|
63 |
self.description = description
|
64 |
self.data_url = data_url
|
65 |
self.citation = citation
|
|
|
59 |
url: `string`, url for information about the dataset.
|
60 |
**kwrags: keyword arguments frowarded to super
|
61 |
"""
|
62 |
+
super(KoBESTConfig, self).__init__(version=datasets.Version("1.0.0", ""), **kwargs)
|
63 |
self.description = description
|
64 |
self.data_url = data_url
|
65 |
self.citation = citation
|