Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
TaiMingLu commited on
Commit
b52e6b9
·
verified ·
1 Parent(s): 9c5c4cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("TaiMingLu/GenEx-DB-Panorama-World", streaming=True)
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: