kimvu commited on
Commit
98fcef5
·
1 Parent(s): aa09d57

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +3 -7
agieval.py CHANGED
@@ -94,14 +94,10 @@ t = ['sat-en', 'aqua-rat']
94
  # }
95
  _URLS = {
96
  e: {
97
- "test": "".join([HEAD,str(e),'.jsonl']),
98
- } for e in t}
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