Upload dataset
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/train-*
|
| 7 |
+
- split: validation
|
| 8 |
+
path: data/validation-*
|
| 9 |
+
- split: test
|
| 10 |
+
path: data/test-*
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: pdb_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: dpp_class
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: ligand_name
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: binding_type
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: coordinates
|
| 22 |
+
list:
|
| 23 |
+
list: float32
|
| 24 |
+
- name: num_atoms
|
| 25 |
+
dtype: int64
|
| 26 |
+
splits:
|
| 27 |
+
- name: train
|
| 28 |
+
num_bytes: 48528817818
|
| 29 |
+
num_examples: 111985
|
| 30 |
+
- name: validation
|
| 31 |
+
num_bytes: 10403894258
|
| 32 |
+
num_examples: 24009
|
| 33 |
+
- name: test
|
| 34 |
+
num_bytes: 10410775444
|
| 35 |
+
num_examples: 24022
|
| 36 |
+
download_size: 55282317938
|
| 37 |
+
dataset_size: 69343487520
|
| 38 |
+
---
|