brando commited on
Commit
02f4d96
·
verified ·
1 Parent(s): efe8658

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -34,3 +34,13 @@ configs:
34
  - split: test
35
  path: data/test-*
36
  ---
 
 
 
 
 
 
 
 
 
 
 
34
  - split: test
35
  path: data/test-*
36
  ---
37
+
38
+ # ProofNet Lean4 v3
39
+
40
+ This dataset is based on `proofnet-v2-lean4` but **removes** any entries
41
+ that caused Lean 4 syntax/parse errors. We also introduce a new field
42
+ **`header_no_import`** that removes `"import Mathlib"`.
43
+
44
+ **Splits**: `validation` and `test`.
45
+
46
+ Enjoy!