test
Browse files- the-vault-function.py +1 -1
the-vault-function.py
CHANGED
|
@@ -87,7 +87,7 @@ class TheVaultFunctionConfig(datasets.BuilderConfig):
|
|
| 87 |
class TheVaultFunction(datasets.GeneratorBasedBuilder):
|
| 88 |
"""The Vault dataset."""
|
| 89 |
|
| 90 |
-
VERSION = datasets.Version("1.0.
|
| 91 |
|
| 92 |
BUILDER_CONFIG_CLASS = TheVaultFunctionConfig
|
| 93 |
BUILDER_CONFIGS = [TheVaultFunctionConfig(languages=[lang], split_set=[spl]) for lang in _LANG_CONFIGS for spl in _SPLIT_CONFIGS]
|
|
|
|
| 87 |
class TheVaultFunction(datasets.GeneratorBasedBuilder):
|
| 88 |
"""The Vault dataset."""
|
| 89 |
|
| 90 |
+
VERSION = datasets.Version("1.0.1")
|
| 91 |
|
| 92 |
BUILDER_CONFIG_CLASS = TheVaultFunctionConfig
|
| 93 |
BUILDER_CONFIGS = [TheVaultFunctionConfig(languages=[lang], split_set=[spl]) for lang in _LANG_CONFIGS for spl in _SPLIT_CONFIGS]
|