rbawden commited on
Commit
834f06f
·
verified ·
1 Parent(s): 90fb61a

Update DiscEvalMT.py

Browse files
Files changed (1) hide show
  1. 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
- _URL='https://github.com/rbawden/discourse-mt-test-sets/tree/master'
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=_URL,
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
  )