Update sacrebleu_manual.py
Browse files- sacrebleu_manual.py +1 -1
sacrebleu_manual.py
CHANGED
@@ -31,7 +31,7 @@ _CITATION = """
|
|
31 |
class SacrebleuManual(datasets.GeneratorBasedBuilder):
|
32 |
VERSION = datasets.Version("1.0.0")
|
33 |
|
34 |
-
names = [name for name in list(sacrebleu.get_available_testsets()) if
|
35 |
print(names)
|
36 |
|
37 |
BUILDER_CONFIGS = [
|
|
|
31 |
class SacrebleuManual(datasets.GeneratorBasedBuilder):
|
32 |
VERSION = datasets.Version("1.0.0")
|
33 |
|
34 |
+
names = [name for name in list(sacrebleu.get_available_testsets()) if name not in ["wmt23", "wmt24"] and "wmt21" not in name]
|
35 |
print(names)
|
36 |
|
37 |
BUILDER_CONFIGS = [
|