Datasets:
Add tags
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
dataset_info:
|
| 3 |
- config_name: bindingdb_filtered
|
| 4 |
features:
|
| 5 |
-
- name: Index
|
| 6 |
dtype: string
|
| 7 |
- name: Drug_ID
|
| 8 |
dtype: string
|
|
@@ -12,14 +12,14 @@ dataset_info:
|
|
| 12 |
dtype: string
|
| 13 |
- name: Target
|
| 14 |
dtype: string
|
| 15 |
-
- name: Y
|
| 16 |
dtype: float32
|
| 17 |
splits:
|
| 18 |
- name: train
|
| 19 |
num_examples: 24700
|
| 20 |
- config_name: CATS
|
| 21 |
features:
|
| 22 |
-
- name: Index
|
| 23 |
dtype: string
|
| 24 |
- name: Compound ID
|
| 25 |
dtype: string
|
|
@@ -29,16 +29,16 @@ dataset_info:
|
|
| 29 |
dtype: float32
|
| 30 |
- name: Target
|
| 31 |
dtype: string
|
| 32 |
-
- name: Y
|
| 33 |
dtype: float32
|
| 34 |
splits:
|
| 35 |
- name: train
|
| 36 |
num_examples: 136
|
| 37 |
- config_name: HSP9
|
| 38 |
features:
|
| 39 |
-
- name: Index
|
| 40 |
dtype: string
|
| 41 |
-
- name: Y
|
| 42 |
dtype: float32
|
| 43 |
- name: Drug
|
| 44 |
dtype: string
|
|
@@ -49,7 +49,7 @@ dataset_info:
|
|
| 49 |
num_examples: 180
|
| 50 |
- config_name: leakypdb
|
| 51 |
features:
|
| 52 |
-
- name: Index
|
| 53 |
dtype: string
|
| 54 |
- name: header
|
| 55 |
dtype: string
|
|
@@ -86,11 +86,11 @@ dataset_info:
|
|
| 86 |
num_examples: 19443
|
| 87 |
- config_name: Mpro
|
| 88 |
features:
|
| 89 |
-
- name: Index
|
| 90 |
dtype: string
|
| 91 |
- name: Drug
|
| 92 |
dtype: string
|
| 93 |
-
- name: Y
|
| 94 |
dtype: float32
|
| 95 |
- name: Target
|
| 96 |
dtype: string
|
|
@@ -120,6 +120,11 @@ configs:
|
|
| 120 |
path: Mpro/train/data-*
|
| 121 |
license: cc-by-4.0
|
| 122 |
pretty_name: BALM-Benchmark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
---
|
| 124 |
|
| 125 |
# Dataset Card for BALM-Benchmark
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
- config_name: bindingdb_filtered
|
| 4 |
features:
|
| 5 |
+
- name: Index
|
| 6 |
dtype: string
|
| 7 |
- name: Drug_ID
|
| 8 |
dtype: string
|
|
|
|
| 12 |
dtype: string
|
| 13 |
- name: Target
|
| 14 |
dtype: string
|
| 15 |
+
- name: 'Y'
|
| 16 |
dtype: float32
|
| 17 |
splits:
|
| 18 |
- name: train
|
| 19 |
num_examples: 24700
|
| 20 |
- config_name: CATS
|
| 21 |
features:
|
| 22 |
+
- name: Index
|
| 23 |
dtype: string
|
| 24 |
- name: Compound ID
|
| 25 |
dtype: string
|
|
|
|
| 29 |
dtype: float32
|
| 30 |
- name: Target
|
| 31 |
dtype: string
|
| 32 |
+
- name: 'Y'
|
| 33 |
dtype: float32
|
| 34 |
splits:
|
| 35 |
- name: train
|
| 36 |
num_examples: 136
|
| 37 |
- config_name: HSP9
|
| 38 |
features:
|
| 39 |
+
- name: Index
|
| 40 |
dtype: string
|
| 41 |
+
- name: 'Y'
|
| 42 |
dtype: float32
|
| 43 |
- name: Drug
|
| 44 |
dtype: string
|
|
|
|
| 49 |
num_examples: 180
|
| 50 |
- config_name: leakypdb
|
| 51 |
features:
|
| 52 |
+
- name: Index
|
| 53 |
dtype: string
|
| 54 |
- name: header
|
| 55 |
dtype: string
|
|
|
|
| 86 |
num_examples: 19443
|
| 87 |
- config_name: Mpro
|
| 88 |
features:
|
| 89 |
+
- name: Index
|
| 90 |
dtype: string
|
| 91 |
- name: Drug
|
| 92 |
dtype: string
|
| 93 |
+
- name: 'Y'
|
| 94 |
dtype: float32
|
| 95 |
- name: Target
|
| 96 |
dtype: string
|
|
|
|
| 120 |
path: Mpro/train/data-*
|
| 121 |
license: cc-by-4.0
|
| 122 |
pretty_name: BALM-Benchmark
|
| 123 |
+
tags:
|
| 124 |
+
- chemistry
|
| 125 |
+
- biology
|
| 126 |
+
size_categories:
|
| 127 |
+
- 10K<n<100K
|
| 128 |
---
|
| 129 |
|
| 130 |
# Dataset Card for BALM-Benchmark
|