Upload README.md with huggingface_hub
Browse files
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!
|