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

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +10 -1
agieval.py CHANGED
@@ -99,7 +99,16 @@ _URLS = {
99
 
100
  }
101
  _URLS['few_shot'] ={'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'}
102
-
 
 
 
 
 
 
 
 
 
103
 
104
  class AgiEval(datasets.GeneratorBasedBuilder):
105
  """TODO: Short description of my dataset."""
 
99
 
100
  }
101
  _URLS['few_shot'] ={'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'}
102
+ _URLS = {
103
+ "sat-en": {
104
+ "test": HEAD+'sat-en.jsonl',
105
+ },
106
+ "aqua-rat": {"test": HEAD+'aqua-rat.jsonl'},
107
+ 'few_shot': {
108
+ 'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'
109
+ }
110
+
111
+ }
112
 
113
  class AgiEval(datasets.GeneratorBasedBuilder):
114
  """TODO: Short description of my dataset."""