update load script
Browse files- the-vault-inline.py +1 -2
the-vault-inline.py
CHANGED
@@ -66,7 +66,6 @@ class TheVaultFunctionConfig(datasets.BuilderConfig):
|
|
66 |
def __init__(self, *args, languages=["all"], **kwargs):
|
67 |
"""BuilderConfig for the The Vault dataset.
|
68 |
Args:
|
69 |
-
split_set (:obj:`List[str]`): List of split set to load.
|
70 |
languages (:obj:`List[str]`): List of languages to load.
|
71 |
**kwargs: keyword arguments forwarded to super.
|
72 |
"""
|
@@ -95,7 +94,7 @@ class TheVaultFunction(datasets.GeneratorBasedBuilder):
|
|
95 |
|
96 |
BUILDER_CONFIG_CLASS = TheVaultFunctionConfig
|
97 |
BUILDER_CONFIGS = [TheVaultFunctionConfig(languages=[lang]) for lang in _LANG_CONFIGS]
|
98 |
-
DEFAULT_CONFIG_NAME = "all
|
99 |
|
100 |
|
101 |
def _info(self):
|
|
|
66 |
def __init__(self, *args, languages=["all"], **kwargs):
|
67 |
"""BuilderConfig for the The Vault dataset.
|
68 |
Args:
|
|
|
69 |
languages (:obj:`List[str]`): List of languages to load.
|
70 |
**kwargs: keyword arguments forwarded to super.
|
71 |
"""
|
|
|
94 |
|
95 |
BUILDER_CONFIG_CLASS = TheVaultFunctionConfig
|
96 |
BUILDER_CONFIGS = [TheVaultFunctionConfig(languages=[lang]) for lang in _LANG_CONFIGS]
|
97 |
+
DEFAULT_CONFIG_NAME = "all"
|
98 |
|
99 |
|
100 |
def _info(self):
|