rbawden commited on
Commit
7f6335b
·
verified ·
1 Parent(s): 794f20e

Update discevalmt.py

Browse files
Files changed (1) hide show
  1. discevalmt.py +3 -3
discevalmt.py CHANGED
@@ -57,12 +57,12 @@ class DiscEvalMT(datasets.GeneratorBasedBuilder):
57
  DiscEvalMTConfig(
58
  evaltype='anaphora',
59
  filename='test-anaphora',
60
- version=datasets.Version('2.0.0', ''),
61
  ),
62
  DiscEvalMTConfig(
63
- evaltype='lexical choice',
64
  filename='test-lexical_choice',
65
- version=datasets.Version('2.0.0', ''),
66
  ),
67
  ]
68
 
 
57
  DiscEvalMTConfig(
58
  evaltype='anaphora',
59
  filename='test-anaphora',
60
+ version=datasets.Version('2.0.0',
61
  ),
62
  DiscEvalMTConfig(
63
+ evaltype='lexical_choice',
64
  filename='test-lexical_choice',
65
+ version=datasets.Version('2.0.0',
66
  ),
67
  ]
68