File size: 655 Bytes
da89384
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93d4060
 
da89384
 
 
 
ca0eca2
85a9db4
da89384
 
 
93d4060
ca0eca2
da89384
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
dataset_info:
  features:
  - name: problem_id
    dtype: string
  - name: theorem
    dtype: string
  - name: proof
    dtype: string
  - name: is_proved
    dtype: bool
  - name: goals
    sequence: string
  - name: processed_goals
    sequence: string
  - name: eval_complexity
    dtype: float64
  - name: old_theorem
    dtype: string
  splits:
  - name: train
    num_bytes: 43044364
    num_examples: 12000
  - name: test
    num_bytes: 258170
    num_examples: 434
  download_size: 7874950
  dataset_size: 43302534
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---