Datasets:
update example
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ You can load the dataset directly using the Hugging Face 🤗 `datasets` library
|
|
100 |
```python
|
101 |
from datasets import load_dataset
|
102 |
|
103 |
-
dataset = load_dataset("RyanWW/Spatial457", name="
|
104 |
```
|
105 |
|
106 |
Each example is a dictionary like:
|
|
|
100 |
```python
|
101 |
from datasets import load_dataset
|
102 |
|
103 |
+
dataset = load_dataset("RyanWW/Spatial457", name="L5_6d_spatial", split="validation", data_dir=".")
|
104 |
```
|
105 |
|
106 |
Each example is a dictionary like:
|