Datasets:
edit readme
Browse files
README.md
CHANGED
@@ -84,10 +84,11 @@ CoreCognition_20250622.zip
|
|
84 |
|
85 |
1. Browse metadata and image preview in this huggingface repo
|
86 |
2. Download the complete dataset (6.41GB) by
|
87 |
-
```
|
88 |
from datasets import load_dataset
|
89 |
-
|
90 |
# this will download huggingface.co/datasets/williamium/CoreCognition/blob/main/CoreCognition_20250622.zip
|
|
|
91 |
```
|
92 |
|
93 |
## Dataset Fields
|
|
|
84 |
|
85 |
1. Browse metadata and image preview in this huggingface repo
|
86 |
2. Download the complete dataset (6.41GB) by
|
87 |
+
```python
|
88 |
from datasets import load_dataset
|
89 |
+
|
90 |
# this will download huggingface.co/datasets/williamium/CoreCognition/blob/main/CoreCognition_20250622.zip
|
91 |
+
dataset = load_dataset("williamium/CoreCognition", "complete")
|
92 |
```
|
93 |
|
94 |
## Dataset Fields
|