Zhangir Azerbayev commited on
Commit
0253059
1 Parent(s): 18b1f9d

question marked metamath valid

Browse files
Files changed (3) hide show
  1. fetch_books_and_formal.py +9 -9
  2. formal/setmm/set.mm +2 -2
  3. test.py +1 -1
fetch_books_and_formal.py CHANGED
@@ -104,7 +104,7 @@ def lean(creds):
104
  {
105
  "author": "leanprover-community",
106
  "repo": "mathlib",
107
- "sha": "09afe572eb542679f24fbf85d2e1628fc68bfd4b",
108
  "repo_dir": "src",
109
  "save_path": os.path.join(save_dir, "mathlib"),
110
  },
@@ -118,7 +118,7 @@ def lean(creds):
118
  {
119
  "author": "leanprover-community",
120
  "repo": "sphere-eversion",
121
- "sha": "e44cf37002196f0889f6090cd51e3ee652de41b8",
122
  "repo_dir": "src",
123
  "save_path": os.path.join(save_dir, "sphere-eversion"),
124
  },
@@ -229,8 +229,8 @@ def setmm(creds):
229
  ],
230
  "objects": [
231
  {
232
- "oid": "67c22d0943748c43f7353fe74990e29e1d069ab709be80d081c5c64c2b54086f",
233
- "size": 190985933,
234
  },
235
  ],
236
  }
@@ -510,15 +510,15 @@ def main():
510
  #cring(creds)
511
  # naturalproofs_proofwiki(testing=False)
512
  #stacks(creds)
513
- mizar(creds)
514
- afp(testing=False)
515
  setmm(creds)
516
  #trench()
517
  #hott(creds)
518
  #stein(creds)
519
- coq(creds)
520
- lean(creds)
521
- hol()
522
  #cam()
523
 
524
 
 
104
  {
105
  "author": "leanprover-community",
106
  "repo": "mathlib",
107
+ "sha": "e2ba6de0eb20eed7f16a19c3abf6904fad937fa4",
108
  "repo_dir": "src",
109
  "save_path": os.path.join(save_dir, "mathlib"),
110
  },
 
118
  {
119
  "author": "leanprover-community",
120
  "repo": "sphere-eversion",
121
+ "sha": "3a2e501bbb2512870c98c3e6831a6067b3c826b8",
122
  "repo_dir": "src",
123
  "save_path": os.path.join(save_dir, "sphere-eversion"),
124
  },
 
229
  ],
230
  "objects": [
231
  {
232
+ "oid": "ff1a12d49d4c68a05245bfd369af358b93c51b8c141419085bb5cef830f6eb7a",
233
+ "size": 182269314,
234
  },
235
  ],
236
  }
 
510
  #cring(creds)
511
  # naturalproofs_proofwiki(testing=False)
512
  #stacks(creds)
513
+ #mizar(creds)
514
+ #afp(testing=False)
515
  setmm(creds)
516
  #trench()
517
  #hott(creds)
518
  #stein(creds)
519
+ #coq(creds)
520
+ #lean(creds)
521
+ #hol()
522
  #cam()
523
 
524
 
formal/setmm/set.mm CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67c22d0943748c43f7353fe74990e29e1d069ab709be80d081c5c64c2b54086f
3
- size 190985933
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1a12d49d4c68a05245bfd369af358b93c51b8c141419085bb5cef830f6eb7a
3
+ size 182269314
test.py CHANGED
@@ -11,7 +11,7 @@ print("FORMAL")
11
  print(dataset)
12
 
13
  dataset = load_dataset("./proof-pile.py", "stack-exchange")
14
- print("FORMAL")
15
  print(dataset)
16
 
17
  dataset = load_dataset("./proof-pile.py", "wiki")
 
11
  print(dataset)
12
 
13
  dataset = load_dataset("./proof-pile.py", "stack-exchange")
14
+ print("STACK EXCHANGE")
15
  print(dataset)
16
 
17
  dataset = load_dataset("./proof-pile.py", "wiki")