kimvu commited on
Commit
aa09d57
·
1 Parent(s): 4b9c392

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +1 -1
agieval.py CHANGED
@@ -102,7 +102,7 @@ _URLS = {
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
 
108
  class AgiEval(datasets.GeneratorBasedBuilder):
 
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
 
108
  class AgiEval(datasets.GeneratorBasedBuilder):