xyy888 commited on
Commit
2c898b4
1 Parent(s): c736206

single json files

Browse files
Files changed (1) hide show
  1. dataset_0.py +3 -1
dataset_0.py CHANGED
@@ -52,7 +52,9 @@ The problems in this dataset use the most recent facebookresearch/miniF2F commit
52
  _HOMEPAGE = "https://github.com/xyc-cs/miniF2F"
53
  _LICENSE = "MIT"
54
 
55
- _MINIF2F_COMMIT = 'bfb337d6848c81baab18bb3d4e9f80625ed63d5d'
 
 
56
  _URLS = {
57
  "minif2f_repo": "https://github.com/xyc-cs/miniF2F/archive/%s.zip" % _MINIF2F_COMMIT #https://github.com/xyc-cs/miniF2F/archive/5271ddec788677c815cf818a06f368ef6498a106.zip
58
  }
 
52
  _HOMEPAGE = "https://github.com/xyc-cs/miniF2F"
53
  _LICENSE = "MIT"
54
 
55
+ #_MINIF2F_COMMIT = 'bfb337d6848c81baab18bb3d4e9f80625ed63d5d' # single_json: 0826c5173d8b2ef67c616a8170240034094837d6
56
+ _MINIF2F_COMMIT = '0826c5173d8b2ef67c616a8170240034094837d6'
57
+
58
  _URLS = {
59
  "minif2f_repo": "https://github.com/xyc-cs/miniF2F/archive/%s.zip" % _MINIF2F_COMMIT #https://github.com/xyc-cs/miniF2F/archive/5271ddec788677c815cf818a06f368ef6498a106.zip
60
  }