haneulpark
commited on
Commit
•
79f5223
1
Parent(s):
88b15a4
Update README.md
Browse files
README.md
CHANGED
@@ -24,15 +24,24 @@ config_names:
|
|
24 |
- HematoxLong2022
|
25 |
configs:
|
26 |
- config_name: HematoxLong2022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
dataset_info:
|
28 |
-
-
|
29 |
-
|
30 |
-
- name:
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_examples: 1330
|
|
|
24 |
- HematoxLong2022
|
25 |
configs:
|
26 |
- config_name: HematoxLong2022
|
27 |
+
data_files:
|
28 |
+
- split: test
|
29 |
+
path: HematoxLong2022/test.csv
|
30 |
+
- split: train
|
31 |
+
path: HematoxLong2022/train.csv
|
32 |
+
- split: validation
|
33 |
+
path: HematoxLong2022/validation.csv
|
34 |
dataset_info:
|
35 |
+
- config_name: HematoxLong2022
|
36 |
+
features:
|
37 |
+
- name: canonical SMILES
|
38 |
+
dtype: string
|
39 |
+
- name: Label
|
40 |
+
dtype:
|
41 |
+
class_label:
|
42 |
+
names:
|
43 |
+
'0': 0
|
44 |
+
'1': 1
|
45 |
splits:
|
46 |
- name: train
|
47 |
num_examples: 1330
|