add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,31 @@ paperswithcode_id: null
|
|
| 20 |
pretty_name: MsrGenomicsKbcomp
|
| 21 |
tags:
|
| 22 |
- genomics-knowledge-base-bompletion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for [Dataset Name]
|
|
|
|
| 20 |
pretty_name: MsrGenomicsKbcomp
|
| 21 |
tags:
|
| 22 |
- genomics-knowledge-base-bompletion
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: GENE1
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: relation
|
| 28 |
+
dtype:
|
| 29 |
+
class_label:
|
| 30 |
+
names:
|
| 31 |
+
0: Positive_regulation
|
| 32 |
+
1: Negative_regulation
|
| 33 |
+
2: Family
|
| 34 |
+
- name: GENE2
|
| 35 |
+
dtype: string
|
| 36 |
+
splits:
|
| 37 |
+
- name: test
|
| 38 |
+
num_bytes: 58116
|
| 39 |
+
num_examples: 2784
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 256789
|
| 42 |
+
num_examples: 12160
|
| 43 |
+
- name: validation
|
| 44 |
+
num_bytes: 27457
|
| 45 |
+
num_examples: 1315
|
| 46 |
+
download_size: 0
|
| 47 |
+
dataset_size: 342362
|
| 48 |
---
|
| 49 |
|
| 50 |
# Dataset Card for [Dataset Name]
|