baber commited on
Commit
7137703
1 Parent(s): e6c22a3

Update agieval.py

Browse files
Files changed (1) hide show
  1. agieval.py +2 -2
agieval.py CHANGED
@@ -38,7 +38,7 @@ _HOMEPAGE = "https://github.com/csitfun/LogiQA2.0/tree/main"
38
  _LICENSE = (
39
  "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
40
  )
41
- HEAD= 'https://github.com/microsoft/AGIEval/blob/main/data/v1/'
42
 
43
  _URLS = {
44
  "sat_en": {
@@ -60,7 +60,7 @@ _URLS = {
60
  "test": HEAD+'logiqa-en.jsonl'
61
  },
62
  "aqua_rat": {
63
- "test": HEAD+'aqua_rat.jsonl'
64
  },
65
  'math_agieval': {
66
  "test": HEAD+'math.jsonl'
 
38
  _LICENSE = (
39
  "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
40
  )
41
+ HEAD='https://raw.githubusercontent.com/microsoft/AGIEval/main/data/v1/'
42
 
43
  _URLS = {
44
  "sat_en": {
 
60
  "test": HEAD+'logiqa-en.jsonl'
61
  },
62
  "aqua_rat": {
63
+ "test": HEAD+'aqua-rat.jsonl'
64
  },
65
  'math_agieval': {
66
  "test": HEAD+'math.jsonl'