Datasets:
mteb
/

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
loicmagne commited on
Commit
a70824d
·
1 Parent(s): 5149a47
Files changed (1) hide show
  1. bucc-bitext-mining.py +2 -2
bucc-bitext-mining.py CHANGED
@@ -27,12 +27,12 @@ class BUCC(datasets.GeneratorBasedBuilder):
27
  datasets.BuilderConfig(
28
  name=name,
29
  version=datasets.Version("1.0.0"),
30
- description=f"Tatoeba cross-lingual dataset for {name} language pair.",
31
  )
32
  for name in _LANGUAGES
33
  ]
34
 
35
- DEFAULT_CONFIG_NAME = 'fra-eng'
36
 
37
  def _info(self):
38
  return datasets.DatasetInfo(
 
27
  datasets.BuilderConfig(
28
  name=name,
29
  version=datasets.Version("1.0.0"),
30
+ description=f"BUCC cross-lingual dataset for {name} language pair.",
31
  )
32
  for name in _LANGUAGES
33
  ]
34
 
35
+ DEFAULT_CONFIG_NAME = 'fr-en'
36
 
37
  def _info(self):
38
  return datasets.DatasetInfo(