Update agieval.py
Browse files- 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 |
-
|
55 |
-
|
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',},
|