Icey444 commited on
Commit
9092179
·
1 Parent(s): 7b36fbe

edit readme

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- dataset = load_dataset("williamium/CoreCognition", "complete")
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