Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,11 +80,11 @@ then, from within python load the datasets library
|
|
| 80 |
and load one of the `AttentiveSkin` datasets, e.g.,
|
| 81 |
|
| 82 |
>>> AttentiveSkin = datasets.load_dataset("maomlab/AttentiveSkin", name = "AttentiveSkin")
|
| 83 |
-
Downloading readme: 100%|██████████|
|
| 84 |
-
Downloading data: 100%|██████████| 468/468 [00:00<00:00,
|
| 85 |
Downloading data: 100%|██████████| 1.41k/1.41k [00:00<00:00, 11.9MkB/s]
|
| 86 |
-
Generating test split: 100%|██████████|
|
| 87 |
-
Generating train split: 100%|██████████|
|
| 88 |
|
| 89 |
and inspecting the loaded dataset
|
| 90 |
|
|
|
|
| 80 |
and load one of the `AttentiveSkin` datasets, e.g.,
|
| 81 |
|
| 82 |
>>> AttentiveSkin = datasets.load_dataset("maomlab/AttentiveSkin", name = "AttentiveSkin")
|
| 83 |
+
Downloading readme: 100%|██████████| 6.40/6.40 [00:00<00:00, 11.7kkB/s]
|
| 84 |
+
Downloading data: 100%|██████████| 468/468 [00:00<00:00, 4.88MkB/s]
|
| 85 |
Downloading data: 100%|██████████| 1.41k/1.41k [00:00<00:00, 11.9MkB/s]
|
| 86 |
+
Generating test split: 100%|██████████| 213/213 [00:00<00:00, 2.50Mexamples/s]
|
| 87 |
+
Generating train split: 100%|██████████| 925/925 [00:00<00:00, 10.8Mexamples/s]
|
| 88 |
|
| 89 |
and inspecting the loaded dataset
|
| 90 |
|