vstenby commited on
Commit
e8669ce
·
verified ·
1 Parent(s): 313f161

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -56
README.md CHANGED
@@ -1,61 +1,17 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: test
8
- path: data/test-*
9
- dataset_info:
10
- features:
11
- - name: algorithm
12
- dtype: string
13
- - name: edge_list
14
- dtype: string
15
- - name: node_count
16
- dtype: int64
17
- - name: edge_count
18
- dtype: int64
19
- - name: cycle_check
20
- dtype: bool
21
- - name: triangle_count
22
- dtype: int64
23
- - name: node_degree_node
24
- dtype: int64
25
- - name: node_degree
26
- dtype: int64
27
- - name: connected_nodes_node
28
- dtype: int64
29
- - name: connected_nodes
30
- dtype: string
31
- - name: edge_existence_src
32
- dtype: int64
33
- - name: edge_existence_dst
34
- dtype: int64
35
- - name: edge_existence
36
- dtype: bool
37
- - name: reachability_src
38
- dtype: int64
39
- - name: reachability_dst
40
- dtype: int64
41
- - name: reachability
42
- dtype: bool
43
- - name: shortest_path_src
44
- dtype: int64
45
- - name: shortest_path_dst
46
- dtype: int64
47
- - name: shortest_path
48
- dtype: int64
49
- splits:
50
- - name: train
51
- num_bytes: 38654302
52
- num_examples: 81841
53
- - name: test
54
- num_bytes: 1891565
55
- num_examples: 4099
56
- download_size: 11899101
57
- dataset_size: 40545867
58
  ---
 
59
  # Erdős Graph Dataset with Task Labels
60
 
61
  A graph dataset derived from [PKU-ML/Erdos](https://huggingface.co/datasets/PKU-ML/Erdos),
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - graph-ml
5
+ language:
6
+ - en
7
+ tags:
8
+ - graphs
9
+ - synthetic
10
+ - benchmark
11
+ size_categories:
12
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+
15
  # Erdős Graph Dataset with Task Labels
16
 
17
  A graph dataset derived from [PKU-ML/Erdos](https://huggingface.co/datasets/PKU-ML/Erdos),