Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,38 +1,38 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: Simeonov2008 Bioactive Compounds
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
language: en
|
| 10 |
license: unknown
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
splits:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
download_size: 977966
|
| 30 |
dataset_size: 2108290
|
| 31 |
configs:
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
---
|
| 37 |
|
| 38 |
# Simeonov2008 Bioactive Compounds
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: Simeonov2008 Bioactive Compounds
|
| 3 |
tags:
|
| 4 |
+
- bioassay
|
| 5 |
+
- chemical
|
| 6 |
+
- small-molecule
|
| 7 |
+
- SMILES
|
| 8 |
+
- PubChem
|
| 9 |
language: en
|
| 10 |
license: unknown
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
+
- name: AID
|
| 14 |
+
dtype: int64
|
| 15 |
+
- name: CID
|
| 16 |
+
dtype: int64
|
| 17 |
+
- name: SMILES
|
| 18 |
+
dtype: large_string
|
| 19 |
+
- name: InChI
|
| 20 |
+
dtype: large_string
|
| 21 |
+
- name: InChIKey
|
| 22 |
+
dtype: large_string
|
| 23 |
+
- name: SMILES_sanitized
|
| 24 |
+
dtype: large_string
|
| 25 |
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
num_bytes: 2108290
|
| 28 |
+
num_examples: 7109
|
| 29 |
download_size: 977966
|
| 30 |
dataset_size: 2108290
|
| 31 |
configs:
|
| 32 |
+
- config_name: default
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
path: data/train-*
|
| 36 |
---
|
| 37 |
|
| 38 |
# Simeonov2008 Bioactive Compounds
|