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