Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,53 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
source_datasets:
|
| 4 |
-
- approximatelabs/tablib-v1-sample
|
| 5 |
task_categories:
|
| 6 |
- tabular-to-graph
|
| 7 |
- graph-learning
|
| 8 |
- network-analysis
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
-
configs:
|
| 12 |
-
- config_name: default
|
| 13 |
-
data_files:
|
| 14 |
-
- split: part_1
|
| 15 |
-
path: data/part_1-*
|
| 16 |
-
- split: part_0
|
| 17 |
-
path: data/part_0-*
|
| 18 |
-
dataset_info:
|
| 19 |
-
features:
|
| 20 |
-
- name: batch_id
|
| 21 |
-
dtype: int64
|
| 22 |
-
- name: table_id
|
| 23 |
-
dtype: int64
|
| 24 |
-
- name: reconstruction_id
|
| 25 |
-
dtype: int64
|
| 26 |
-
- name: graph_data
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: column_names
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: num_nodes
|
| 31 |
-
dtype: int64
|
| 32 |
-
- name: num_edges
|
| 33 |
-
dtype: int64
|
| 34 |
-
- name: serialization
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: original_size
|
| 37 |
-
dtype: int64
|
| 38 |
-
- name: serialized_size
|
| 39 |
-
dtype: int64
|
| 40 |
-
- name: key
|
| 41 |
-
dtype: string
|
| 42 |
-
splits:
|
| 43 |
-
- name: part_1
|
| 44 |
-
num_bytes: 202408
|
| 45 |
-
num_examples: 3
|
| 46 |
-
- name: part_0
|
| 47 |
-
num_bytes: 1213
|
| 48 |
-
num_examples: 2
|
| 49 |
-
download_size: 105593
|
| 50 |
-
dataset_size: 203621
|
| 51 |
---
|
| 52 |
|
| 53 |
# GraphTab Sample Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
source_datasets: [approximatelabs/tablib-v1-sample]
|
|
|
|
| 4 |
task_categories:
|
| 5 |
- tabular-to-graph
|
| 6 |
- graph-learning
|
| 7 |
- network-analysis
|
| 8 |
language:
|
| 9 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# GraphTab Sample Dataset
|