update
Browse files- the-vault.py +1 -1
the-vault.py
CHANGED
|
@@ -78,7 +78,7 @@ class TheVault(datasets.GeneratorBasedBuilder):
|
|
| 78 |
VERSION = datasets.Version("1.0.0")
|
| 79 |
|
| 80 |
BUILDER_CONFIG_CLASS = TheVaultConfig
|
| 81 |
-
BUILDER_CONFIGS = [TheVaultConfig(languages=[lang],
|
| 82 |
DEFAULT_CONFIG_NAME = "all-all"
|
| 83 |
|
| 84 |
|
|
|
|
| 78 |
VERSION = datasets.Version("1.0.0")
|
| 79 |
|
| 80 |
BUILDER_CONFIG_CLASS = TheVaultConfig
|
| 81 |
+
BUILDER_CONFIGS = [TheVaultConfig(languages=[lang], split_set=spl) for lang in _LANG_CONFIGS for spl in splits]
|
| 82 |
DEFAULT_CONFIG_NAME = "all-all"
|
| 83 |
|
| 84 |
|