haodoz0118 commited on
Commit
c5e3eee
·
verified ·
1 Parent(s): 22a51fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ Below is a quick example of how to load this dataset via the Hugging Face Datase
51
  from datasets import load_dataset
52
 
53
  # Load the dataset
54
- dataset = load_dataset("your-hf-namespace/mpi3d_toy", split="train", trust_remote_code=True)
55
 
56
  # Access a sample from the dataset
57
  example = dataset[0]
 
51
  from datasets import load_dataset
52
 
53
  # Load the dataset
54
+ dataset = load_dataset("randall-lab/mpi3d-toy", split="train", trust_remote_code=True)
55
 
56
  # Access a sample from the dataset
57
  example = dataset[0]