baber commited on
Commit
4a5b98b
1 Parent(s): 5afa273

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +1 -1
agieval.py CHANGED
@@ -67,7 +67,7 @@ _URLS = {
67
  "test": HEAD+'math.jsonl'
68
  },
69
  'few_shot': {
70
- 'few_shot': HEAD+'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'
71
  }
72
 
73
  }
 
67
  "test": HEAD+'math.jsonl'
68
  },
69
  'few_shot': {
70
+ 'few_shot':'https://raw.githubusercontent.com/microsoft/AGIEval/main/data/few_shot_prompts.csv'
71
  }
72
 
73
  }