Datasets:
ArXiv:
License:
Commit ·
442eb7b
1
Parent(s): d663f4b
reverted changes in uilder config
Browse files- snow-mountain.py +1 -1
snow-mountain.py
CHANGED
|
@@ -83,7 +83,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
| 83 |
VERSION = datasets.Version("1.0.0")
|
| 84 |
|
| 85 |
BUILDER_CONFIGS = []
|
| 86 |
-
for lang in
|
| 87 |
text = lang.capitalize()+" data"
|
| 88 |
BUILDER_CONFIGS.append(datasets.BuilderConfig(name=f"{lang}", version=VERSION, description=text))
|
| 89 |
|
|
|
|
| 83 |
VERSION = datasets.Version("1.0.0")
|
| 84 |
|
| 85 |
BUILDER_CONFIGS = []
|
| 86 |
+
for lang in _LANGUAGES:
|
| 87 |
text = lang.capitalize()+" data"
|
| 88 |
BUILDER_CONFIGS.append(datasets.BuilderConfig(name=f"{lang}", version=VERSION, description=text))
|
| 89 |
|