vstenby commited on
Commit
0fc86ac
·
verified ·
1 Parent(s): b098988

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,64 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: algorithm
15
+ dtype: string
16
+ - name: edge_list
17
+ dtype: string
18
+ - name: node_count
19
+ dtype: int64
20
+ - name: edge_count
21
+ dtype: int64
22
+ - name: node_degree_node
23
+ dtype: int64
24
+ - name: node_degree
25
+ dtype: int64
26
+ - name: edge_existence_src
27
+ dtype: int64
28
+ - name: edge_existence_dst
29
+ dtype: int64
30
+ - name: edge_existence
31
+ dtype: bool
32
+ - name: cycle_check
33
+ dtype: bool
34
+ - name: triangle_count
35
+ dtype: int64
36
+ - name: connected_nodes_node
37
+ dtype: int64
38
+ - name: connected_nodes
39
+ dtype: string
40
+ - name: reachability_src
41
+ dtype: int64
42
+ - name: reachability_dst
43
+ dtype: int64
44
+ - name: reachability
45
+ dtype: bool
46
+ - name: shortest_path_src
47
+ dtype: int64
48
+ - name: shortest_path_dst
49
+ dtype: int64
50
+ - name: shortest_path
51
+ dtype: int64
52
+ splits:
53
+ - name: train
54
+ num_bytes: 6311306
55
+ num_examples: 10000
56
+ - name: validation
57
+ num_bytes: 646652
58
+ num_examples: 1000
59
+ - name: test
60
+ num_bytes: 635077
61
+ num_examples: 1000
62
+ download_size: 1529568
63
+ dataset_size: 7593035
64
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2140f20bd781830cd937742c9a70935ba2103442517368b4ab0684520111b71b
3
+ size 124356
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4430ecb96d75b63fb277aadb0f1f3692ff9c1aa0a9491099712076e73dcfaf8
3
+ size 1276064
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795c200513b914d957feed8a90467af156767d5ea0b658c94326d782509536a4
3
+ size 129148