Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -124,8 +124,7 @@ then, from within python load the datasets library
|
|
| 124 |
|
| 125 |
and load one of the `AqSolDB` datasets, e.g.,
|
| 126 |
|
| 127 |
-
>>> AqSolDB = datasets.load_dataset("maomlab/AqSolDB")
|
| 128 |
-
AqSolDB = datasets.load_dataset("maomlab/AqSolDB")
|
| 129 |
Downloading readme: 100%|████████████████████| 10.2k/10.2k [00:00<00:00, 4.41MB/s]
|
| 130 |
Downloading data: 100%|█████████████████████████| 972k/972k [00:02<00:00, 432kB/s]
|
| 131 |
Downloading data: 100%|██████████████████████| 2.88M/2.88M [00:01<00:00, 1.92MB/s]
|
|
|
|
| 124 |
|
| 125 |
and load one of the `AqSolDB` datasets, e.g.,
|
| 126 |
|
| 127 |
+
>>> AqSolDB = datasets.load_dataset("maomlab/AqSolDB", name = "AqSolDB")
|
|
|
|
| 128 |
Downloading readme: 100%|████████████████████| 10.2k/10.2k [00:00<00:00, 4.41MB/s]
|
| 129 |
Downloading data: 100%|█████████████████████████| 972k/972k [00:02<00:00, 432kB/s]
|
| 130 |
Downloading data: 100%|██████████████████████| 2.88M/2.88M [00:01<00:00, 1.92MB/s]
|