rbawden commited on
Commit
709c18c
·
verified ·
1 Parent(s): 2e225b6

Update discevalmt.py

Browse files
Files changed (1) hide show
  1. 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