khalidalt commited on
Commit
ef918ed
1 Parent(s): 134c6e7

Update tydiqa-goldp.py

Browse files
Files changed (1) hide show
  1. 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
- BUILDER_CONFIGS += [
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