Update tydiqa-goldp.py
Browse files- tydiqa-goldp.py +1 -7
tydiqa-goldp.py
CHANGED
@@ -41,13 +41,7 @@ class tydiqa_GoldP(datasets.GeneratorBasedBuilder):
|
|
41 |
)
|
42 |
for lang in _LANG
|
43 |
]
|
44 |
-
|
45 |
-
datasets.BuilderConfig(
|
46 |
-
name=f"{lang}",
|
47 |
-
description=f"tydiqa-GoldP English translation for language {lang}",
|
48 |
-
version=_VERSION,
|
49 |
-
) for lang in _LANG
|
50 |
-
]
|
51 |
|
52 |
def _info(self):
|
53 |
# TODO(tydiqa): Specifies the datasets.DatasetInfo object
|
|
|
41 |
)
|
42 |
for lang in _LANG
|
43 |
]
|
44 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
def _info(self):
|
47 |
# TODO(tydiqa): Specifies the datasets.DatasetInfo object
|