SaylorTwift HF Staff commited on
Commit
6c4b5e4
·
verified ·
1 Parent(s): a9bafde

Update sacrebleu_manual.py

Browse files
Files changed (1) hide show
  1. 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 name not in ["wmt23", "wmt24"] or "wmt21" in name]
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"]) or ("wmt21" not in name)]
35
  print(names)
36
 
37
  BUILDER_CONFIGS = [