File size: 962 Bytes
f6c1e46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685f78e
 
f6c1e46
685f78e
 
 
 
f6c1e46
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: pythoncode
    dtype: string
  - name: depth0
    dtype: string
  - name: depth1
    dtype: string
  - name: depth2
    dtype: string
  - name: depth3
    dtype: string
  - name: depth4
    dtype: string
  - name: depth5
    dtype: string
  - name: depth6
    dtype: string
  - name: depth7
    dtype: string
  - name: num_nodes
    dtype: int64
  - name: num_edges
    dtype: int64
  - name: num_classes
    dtype: int64
  - name: path_length
    dtype: int64
  - name: num_cycle
    dtype: int64
  splits:
  - name: byclass
    num_bytes: 10425762
    num_examples: 6000
  - name: bynode
    num_bytes: 6507446
    num_examples: 5000
  download_size: 3623763
  dataset_size: 16933208
configs:
- config_name: default
  data_files:
  - split: byclass
    path: data/byclass-*
  - split: bynode
    path: data/bynode-*
---