Update discevalmt.py
Browse files- discevalmt.py +2 -2
discevalmt.py
CHANGED
@@ -26,8 +26,8 @@ English-French hand-crafted contrastive test set to test anaphora and lexical ch
|
|
26 |
'''
|
27 |
|
28 |
_URLS = {
|
29 |
-
'test-lexical_choice': 'lexical_choice.json',
|
30 |
-
'test-anaphora': 'anaphora.json'
|
31 |
}
|
32 |
|
33 |
|
|
|
26 |
'''
|
27 |
|
28 |
_URLS = {
|
29 |
+
'test-lexical_choice': 'lexical_choice/eval.json',
|
30 |
+
'test-anaphora': 'anaphora/eval.json'
|
31 |
}
|
32 |
|
33 |
|