Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ The dataset has been split into train, validation, test at 100,000, 10,000, 10,0
|
|
| 56 |
from datasets import load_dataset
|
| 57 |
|
| 58 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
| 59 |
-
ds = load_dataset("
|
| 60 |
|
| 61 |
# Inspect one example
|
| 62 |
for row in ds:
|
|
|
|
| 56 |
from datasets import load_dataset
|
| 57 |
|
| 58 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
| 59 |
+
ds = load_dataset("genex-world/GenEx-DB-Panorama-World", streaming=True)
|
| 60 |
|
| 61 |
# Inspect one example
|
| 62 |
for row in ds:
|