RyanWW commited on
Commit
8c83a79
·
1 Parent(s): e7816d4

update example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="L1_single", split="train")
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: