Datasets:
Tasks:
Tabular Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
haneulpark
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,20 +47,16 @@ configs:
|
|
47 |
dataset_info:
|
48 |
- config_name: HLM
|
49 |
features:
|
50 |
-
- name:
|
51 |
-
dtype: string
|
52 |
-
- name: IUPAC Names
|
53 |
dtype: string
|
54 |
- name: Smiles
|
55 |
dtype: string
|
56 |
-
- name:
|
57 |
dtype:
|
58 |
class_label:
|
59 |
names:
|
60 |
'0': 0
|
61 |
'1': 1
|
62 |
-
- name: Dataset
|
63 |
-
dtype: string
|
64 |
splits:
|
65 |
- name: train
|
66 |
num_bytes: 190968
|
@@ -73,20 +69,16 @@ dataset_info:
|
|
73 |
num_examples: 111
|
74 |
- config_name: RLM
|
75 |
features:
|
76 |
-
- name:
|
77 |
-
dtype: string
|
78 |
-
- name: IUPAC Names
|
79 |
dtype: string
|
80 |
- name: Smiles
|
81 |
dtype: string
|
82 |
-
- name:
|
83 |
dtype:
|
84 |
class_label:
|
85 |
names:
|
86 |
'0': 0
|
87 |
'1': 1
|
88 |
-
- name: Dataset
|
89 |
-
dtype: string
|
90 |
splits:
|
91 |
- name: train
|
92 |
num_bytes: 100608
|
@@ -132,6 +124,9 @@ The experimental data from the National Center for Advancing Translational Scien
|
|
132 |
For the HLM data set, 3799 (64%) compounds were classified as stable, and 2103 (36%) compounds were classified as unstable.
|
133 |
In addition, an external set from Liu et al.12 was used to evaluate the predictive power of the HLM model.
|
134 |
|
|
|
|
|
|
|
135 |
|
136 |
## Quickstart Usage
|
137 |
|
|
|
47 |
dataset_info:
|
48 |
- config_name: HLM
|
49 |
features:
|
50 |
+
- name: ID
|
|
|
|
|
51 |
dtype: string
|
52 |
- name: Smiles
|
53 |
dtype: string
|
54 |
+
- name: Y
|
55 |
dtype:
|
56 |
class_label:
|
57 |
names:
|
58 |
'0': 0
|
59 |
'1': 1
|
|
|
|
|
60 |
splits:
|
61 |
- name: train
|
62 |
num_bytes: 190968
|
|
|
69 |
num_examples: 111
|
70 |
- config_name: RLM
|
71 |
features:
|
72 |
+
- name: ID
|
|
|
|
|
73 |
dtype: string
|
74 |
- name: Smiles
|
75 |
dtype: string
|
76 |
+
- name: Y
|
77 |
dtype:
|
78 |
class_label:
|
79 |
names:
|
80 |
'0': 0
|
81 |
'1': 1
|
|
|
|
|
82 |
splits:
|
83 |
- name: train
|
84 |
num_bytes: 100608
|
|
|
124 |
For the HLM data set, 3799 (64%) compounds were classified as stable, and 2103 (36%) compounds were classified as unstable.
|
125 |
In addition, an external set from Liu et al.12 was used to evaluate the predictive power of the HLM model.
|
126 |
|
127 |
+
The datasets uploaded to our Hugging Face repository are sanitized and reorganized versions.
|
128 |
+
(We have sanitized the molecules from the original paper, using MolVS.)
|
129 |
+
|
130 |
|
131 |
## Quickstart Usage
|
132 |
|