Update DiscEvalMT.py
Browse files- DiscEvalMT.py +2 -2
DiscEvalMT.py
CHANGED
@@ -25,7 +25,7 @@ _DESCRIPTION = '''\
|
|
25 |
English-French hand-crafted contrastive test set to test anaphora and lexical choice
|
26 |
'''
|
27 |
|
28 |
-
|
29 |
|
30 |
_LICENSE = 'CC-BY-SA-4.0'
|
31 |
|
@@ -75,7 +75,7 @@ class DiscEvalMT(datasets.GeneratorBasedBuilder):
|
|
75 |
description=_DESCRIPTION,
|
76 |
features=datasets.Features({"id": datasets.Value("int64"), "text": datasets.Value("string")}),
|
77 |
supervised_keys=None,
|
78 |
-
homepage=
|
79 |
citation=_CITATION,
|
80 |
license=_LICENSE,
|
81 |
)
|
|
|
25 |
English-French hand-crafted contrastive test set to test anaphora and lexical choice
|
26 |
'''
|
27 |
|
28 |
+
_HOMEPAGE='https://github.com/rbawden/discourse-mt-test-sets/tree/master'
|
29 |
|
30 |
_LICENSE = 'CC-BY-SA-4.0'
|
31 |
|
|
|
75 |
description=_DESCRIPTION,
|
76 |
features=datasets.Features({"id": datasets.Value("int64"), "text": datasets.Value("string")}),
|
77 |
supervised_keys=None,
|
78 |
+
homepage=_HOMEPAGE,
|
79 |
citation=_CITATION,
|
80 |
license=_LICENSE,
|
81 |
)
|