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
@@ -22,4 +22,67 @@ citation: |-
|
|
22 |
}
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
22 |
}
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
25 |
+
config_names:
|
26 |
+
- HLM
|
27 |
+
- RLM
|
28 |
+
configs:
|
29 |
+
- config_name: HLM
|
30 |
+
data_files:
|
31 |
+
- split: test
|
32 |
+
path: HLM/test.csv
|
33 |
+
- split: train
|
34 |
+
path: HLM/train.csv
|
35 |
+
- config_name: RLM
|
36 |
+
data_files:
|
37 |
+
- split: test
|
38 |
+
path: RLM/test.csv
|
39 |
+
- split: train
|
40 |
+
path: RLM/train.csv
|
41 |
+
dataset_info:
|
42 |
+
- config_name: HLM
|
43 |
+
features:
|
44 |
+
- name: "ChEMBL ID (source)"
|
45 |
+
dtype: string
|
46 |
+
- name: "IUPAC Names"
|
47 |
+
dtype: string
|
48 |
+
- name: "Smiles"
|
49 |
+
dtype: string
|
50 |
+
- name: "Class"
|
51 |
+
dtype:
|
52 |
+
class_label:
|
53 |
+
names:
|
54 |
+
'0':
|
55 |
+
'1':
|
56 |
+
- name: "Dataset"
|
57 |
+
dtype: string
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 190968
|
61 |
+
num_examples: 4771
|
62 |
+
- name: test
|
63 |
+
num_bytes: 45368
|
64 |
+
num_examples: 1131
|
65 |
+
- config_name: RLM
|
66 |
+
features:
|
67 |
+
- name: "ChEMBL ID (source)"
|
68 |
+
dtype: string
|
69 |
+
- name: "IUPAC Names"
|
70 |
+
dtype: string
|
71 |
+
- name: "Smiles"
|
72 |
+
dtype: string
|
73 |
+
- name: "Class"
|
74 |
+
dtype:
|
75 |
+
class_label:
|
76 |
+
names:
|
77 |
+
'0':
|
78 |
+
'1':
|
79 |
+
- name: "Dataset"
|
80 |
+
dtype: string
|
81 |
+
splits:
|
82 |
+
- name: train
|
83 |
+
num_bytes: 100608
|
84 |
+
num_examples: 2512
|
85 |
+
- name: test
|
86 |
+
num_bytes: 23968
|
87 |
+
num_examples: 596
|
88 |
---
|