Update agieval.py
Browse files- agieval.py +1 -1
agieval.py
CHANGED
@@ -57,7 +57,7 @@ _URLS = {
|
|
57 |
"aqua-rat": {"test": HEAD+'aqua-rat.jsonl'}}
|
58 |
|
59 |
|
60 |
-
{"sat-en-without-passage": {"test": HEAD+'sat-en-without-passage.jsonl',},
|
61 |
"logiqa-en": {
|
62 |
"test": HEAD+'logiqa-en.jsonl',
|
63 |
},
|
|
|
57 |
"aqua-rat": {"test": HEAD+'aqua-rat.jsonl'}}
|
58 |
|
59 |
|
60 |
+
_URLS ={"sat-en-without-passage": {"test": HEAD+'sat-en-without-passage.jsonl',},
|
61 |
"logiqa-en": {
|
62 |
"test": HEAD+'logiqa-en.jsonl',
|
63 |
},
|