Update discevalmt.py
Browse files- discevalmt.py +2 -2
discevalmt.py
CHANGED
@@ -53,12 +53,12 @@ class DiscEvalMT(datasets.GeneratorBasedBuilder):
|
|
53 |
BUILDER_CONFIG_CLASS = DiscEvalMTConfig
|
54 |
BUILDER_CONFIGS = [
|
55 |
DiscEvalMTConfig(
|
56 |
-
|
57 |
filename='test-anaphora',
|
58 |
version=datasets.Version('2.0.0', ''),
|
59 |
),
|
60 |
DiscEvalMTConfig(
|
61 |
-
|
62 |
filename='test-lexical_choice',
|
63 |
version=datasets.Version('2.0.0', ''),
|
64 |
),
|
|
|
53 |
BUILDER_CONFIG_CLASS = DiscEvalMTConfig
|
54 |
BUILDER_CONFIGS = [
|
55 |
DiscEvalMTConfig(
|
56 |
+
evaltype='anaphora',
|
57 |
filename='test-anaphora',
|
58 |
version=datasets.Version('2.0.0', ''),
|
59 |
),
|
60 |
DiscEvalMTConfig(
|
61 |
+
evaltype='lexical choice',
|
62 |
filename='test-lexical_choice',
|
63 |
version=datasets.Version('2.0.0', ''),
|
64 |
),
|