kimvu commited on
Commit
1d13f55
·
1 Parent(s): 4f8e5e8

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +2 -2
agieval.py CHANGED
@@ -51,8 +51,8 @@ all_lst = english_qa_datasets + chinese_qa_datasets + english_cloze_datasets + c
51
  t = ['sat-en', 'aqua-rat']
52
 
53
  _URLS = {
54
- 'sat-en': {'test': 'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/v1/sat-en.jsonl'},
55
- 'aqua-rat': {'test': 'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/v1/aqua-rat.jsonl'},}
56
 
57
 
58
  {"sat-en-without-passage": {"test": HEAD+'sat-en-without-passage.jsonl',},
 
51
  t = ['sat-en', 'aqua-rat']
52
 
53
  _URLS = {
54
+ 'sat-en': {'test': HEAD+'sat-en.jsonl'},
55
+ 'aqua-rat': {'test': HEAD+'aqua-rat.jsonl'},}
56
 
57
 
58
  {"sat-en-without-passage": {"test": HEAD+'sat-en-without-passage.jsonl',},