haneulpark
commited on
Commit
β’
c869585
1
Parent(s):
8199971
Update README.md
Browse files
README.md
CHANGED
@@ -73,9 +73,11 @@ and load one of the `HematoxLong2022` datasets, e.g.,
|
|
73 |
|
74 |
>>> HematoxLong2022 = datasets.load_dataset("maomlab/HematoxLong2022", name = "HematoxLong2022")
|
75 |
Downloading readme: 100%|ββββββββββ| 4.24/4.24 [00:00<00:00, 35.1kkB/s]
|
76 |
-
Downloading data: 100%|ββββββββββ|
|
77 |
-
|
78 |
-
|
|
|
|
|
79 |
Generating validation split: 100%|ββββββββββ| 610/610 [00:00<00:00, 20229.02βexamples/s]
|
80 |
|
81 |
and inspecting the loaded dataset
|
@@ -90,6 +92,7 @@ and inspecting the loaded dataset
|
|
90 |
train: Dataset({
|
91 |
features: ['canonical SMILES', 'label'],
|
92 |
num_rows: 1330
|
|
|
93 |
validation: Dataset({
|
94 |
features: ['canonical SMILES', 'Label'],
|
95 |
num_rows: 610
|
|
|
73 |
|
74 |
>>> HematoxLong2022 = datasets.load_dataset("maomlab/HematoxLong2022", name = "HematoxLong2022")
|
75 |
Downloading readme: 100%|ββββββββββ| 4.24/4.24 [00:00<00:00, 35.1kkB/s]
|
76 |
+
Downloading data: 100%|ββββββββββ|β24.0k/24.0k [00:00<00:00,β155kB/s]
|
77 |
+
Downloading data: 100%|ββββββββββ| 71.9k/71.9k [00:00<00:00,β587kB/s]
|
78 |
+
Downloading data: 100%|ββββββββββ| 33.0k/33.0k [00:00<00:00,β469kB/s]
|
79 |
+
Generating test split: 100%|ββββββββββ| 442/442 [00:00<00:00, 12705.92βexamples/s]
|
80 |
+
Generating train split: 100%|ββββββββββ| 1.33k/1.33k [00:00<00:00, 43895.91βexamples/s]
|
81 |
Generating validation split: 100%|ββββββββββ| 610/610 [00:00<00:00, 20229.02βexamples/s]
|
82 |
|
83 |
and inspecting the loaded dataset
|
|
|
92 |
train: Dataset({
|
93 |
features: ['canonical SMILES', 'label'],
|
94 |
num_rows: 1330
|
95 |
+
})
|
96 |
validation: Dataset({
|
97 |
features: ['canonical SMILES', 'Label'],
|
98 |
num_rows: 610
|