haodoz0118 commited on
Commit
9d446ad
·
verified ·
1 Parent(s): 8620e7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Below is a quick example of how to load this dataset via the Hugging Face Datase
45
  from datasets import load_dataset
46
 
47
  # Load the dataset
48
- dataset = load_dataset("YOUR_HF_REPO/shapes3d", split="train", trust_remote_code=True)
49
 
50
  # Access a sample from the dataset
51
  example = dataset[0]
 
45
  from datasets import load_dataset
46
 
47
  # Load the dataset
48
+ dataset = load_dataset("randall-lab/shapes3d", split="train", trust_remote_code=True)
49
 
50
  # Access a sample from the dataset
51
  example = dataset[0]