Update README.md
Browse files
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("
|
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]
|