haneulpark commited on
Commit
7ba5ff2
·
verified ·
1 Parent(s): 571c02b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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]