orionweller
commited on
Commit
•
2f34041
1
Parent(s):
66d0fd6
script
Browse files- neuclir-2023.py +1 -2
neuclir-2023.py
CHANGED
@@ -47,8 +47,7 @@ class MLDR(datasets.GeneratorBasedBuilder):
|
|
47 |
version=datasets.Version('1.0.0'),
|
48 |
name=f'corpus-{lang}', description=f'corpus of NeuCLIR dataset in language {lang}.'
|
49 |
) for lang in _LANGUAGES
|
50 |
-
] +
|
51 |
-
[
|
52 |
datasets.BuilderConfig(
|
53 |
version=datasets.Version('1.0.0'),
|
54 |
name='queries', description='queries of NeuCLIR dataset.'
|
|
|
47 |
version=datasets.Version('1.0.0'),
|
48 |
name=f'corpus-{lang}', description=f'corpus of NeuCLIR dataset in language {lang}.'
|
49 |
) for lang in _LANGUAGES
|
50 |
+
] + [
|
|
|
51 |
datasets.BuilderConfig(
|
52 |
version=datasets.Version('1.0.0'),
|
53 |
name='queries', description='queries of NeuCLIR dataset.'
|