Update agieval.py
Browse files- agieval.py +3 -7
agieval.py
CHANGED
@@ -94,14 +94,10 @@ t = ['sat-en', 'aqua-rat']
|
|
94 |
# }
|
95 |
_URLS = {
|
96 |
e: {
|
97 |
-
"test":
|
98 |
-
} for e in
|
99 |
-
# _URLS = {
|
100 |
-
# e: {
|
101 |
-
# "test": HEAD+e+'.jsonl',
|
102 |
-
# } for e in all_lst
|
103 |
|
104 |
-
|
105 |
_URLS['few_shot'] ={'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'}
|
106 |
|
107 |
|
|
|
94 |
# }
|
95 |
_URLS = {
|
96 |
e: {
|
97 |
+
"test": HEAD+e+'.jsonl',
|
98 |
+
} for e in all_lst
|
|
|
|
|
|
|
|
|
99 |
|
100 |
+
}
|
101 |
_URLS['few_shot'] ={'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'}
|
102 |
|
103 |
|