Update agieval.py
Browse files- agieval.py +2 -1
agieval.py
CHANGED
|
@@ -49,6 +49,7 @@ english_cloze_datasets = ["math"]
|
|
| 49 |
chinese_cloze_datasets = ["gaokao-mathcloze"]
|
| 50 |
all_lst = english_qa_datasets + chinese_qa_datasets + english_cloze_datasets + chinese_cloze_datasets
|
| 51 |
t = ['sat-en', 'aqua-rat']
|
|
|
|
| 52 |
_URLS = {
|
| 53 |
"sat-en-without-passage": {
|
| 54 |
"test": HEAD+'sat-en-without-passage.jsonl',
|
|
@@ -87,7 +88,7 @@ _URLS = {
|
|
| 87 |
}
|
| 88 |
_URLS = {
|
| 89 |
e: {
|
| 90 |
-
"test": str(
|
| 91 |
} for e in t}
|
| 92 |
# _URLS = {
|
| 93 |
# e: {
|
|
|
|
| 49 |
chinese_cloze_datasets = ["gaokao-mathcloze"]
|
| 50 |
all_lst = english_qa_datasets + chinese_qa_datasets + english_cloze_datasets + chinese_cloze_datasets
|
| 51 |
t = ['sat-en', 'aqua-rat']
|
| 52 |
+
|
| 53 |
_URLS = {
|
| 54 |
"sat-en-without-passage": {
|
| 55 |
"test": HEAD+'sat-en-without-passage.jsonl',
|
|
|
|
| 88 |
}
|
| 89 |
_URLS = {
|
| 90 |
e: {
|
| 91 |
+
"test": "".join(HEAD,str(e),'.jsonl'),
|
| 92 |
} for e in t}
|
| 93 |
# _URLS = {
|
| 94 |
# e: {
|