Datasets:
Update ViHOS.py
Browse files
ViHOS.py
CHANGED
|
@@ -18,11 +18,11 @@ _URLS = [
|
|
| 18 |
|
| 19 |
class ViHOS_config(datasets.BuilderConfig):
|
| 20 |
def __init__(self, **kwargs):
|
| 21 |
-
super(
|
| 22 |
|
| 23 |
class ViHOS(datasets.GeneratorBasedBuilder):
|
| 24 |
BUILDER_CONFIGS = [
|
| 25 |
-
|
| 26 |
]
|
| 27 |
|
| 28 |
def _info(self):
|
|
|
|
| 18 |
|
| 19 |
class ViHOS_config(datasets.BuilderConfig):
|
| 20 |
def __init__(self, **kwargs):
|
| 21 |
+
super(ViHOS_config, self).__init__(**kwargs)
|
| 22 |
|
| 23 |
class ViHOS(datasets.GeneratorBasedBuilder):
|
| 24 |
BUILDER_CONFIGS = [
|
| 25 |
+
ViHOS_config(name="ViHOS", version=datasets.Version("2.0.0"), description=_DESCRIPTION),
|
| 26 |
]
|
| 27 |
|
| 28 |
def _info(self):
|