harrywsanders commited on
Commit
dd18035
·
verified ·
1 Parent(s): 44217bc

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +76 -0
  3. state.json +22 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47f1dc16b2c7ef29973e3bc71f9f183a17eff6e1e8c0221d3f96786ad68b8c2
3
+ size 363262856
dataset_info.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "leandojo_benchmark_lean4_17_0",
6
+ "dataset_size": 360291112,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/charliemeyer2000/leandojo_benchmark_lean4_17_0@c248e044237c7417044e99fbbaeb8d8e86f27d09/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 179638424,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/charliemeyer2000/leandojo_benchmark_lean4_17_0@c248e044237c7417044e99fbbaeb8d8e86f27d09/data/validation-00000-of-00001.parquet": {
14
+ "num_bytes": 1029064,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 180667488,
19
+ "features": {
20
+ "name": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "file": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "statement": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "state": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "provable": {
37
+ "dtype": "int64",
38
+ "_type": "Value"
39
+ },
40
+ "tactic": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "result": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "id": {
49
+ "dtype": "int64",
50
+ "_type": "Value"
51
+ }
52
+ },
53
+ "homepage": "",
54
+ "license": "",
55
+ "size_in_bytes": 540958600,
56
+ "splits": {
57
+ "train": {
58
+ "name": "train",
59
+ "num_bytes": 358296296,
60
+ "num_examples": 346649,
61
+ "dataset_name": "leandojo_benchmark_lean4_17_0"
62
+ },
63
+ "validation": {
64
+ "name": "validation",
65
+ "num_bytes": 1994816,
66
+ "num_examples": 2000,
67
+ "dataset_name": "leandojo_benchmark_lean4_17_0"
68
+ }
69
+ },
70
+ "version": {
71
+ "version_str": "0.0.0",
72
+ "major": 0,
73
+ "minor": 0,
74
+ "patch": 0
75
+ }
76
+ }
state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1a0aefbf5497b97f",
8
+ "_format_columns": [
9
+ "file",
10
+ "name",
11
+ "provable",
12
+ "result",
13
+ "state",
14
+ "statement",
15
+ "tactic",
16
+ "id"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }