rithwiks commited on
Commit
0d3ed26
·
2 Parent(s): ff6961d 031f42c

Merge branch 'main' of https://huggingface.co/datasets/AstroCompress/GBI-16-4D into main

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ Then `cd GBI-16-4D` and start python like:
91
 
92
  ```python
93
  from datasets import load_dataset
94
- dataset = load_dataset("./GBI-16-4D.py", "tiny", data_dir="./data/")
95
  ds = dataset.with_format("np")
96
  ```
97
 
 
91
 
92
  ```python
93
  from datasets import load_dataset
94
+ dataset = load_dataset("./GBI_16_4D.py", "tiny", data_dir="./data/")
95
  ds = dataset.with_format("np")
96
  ```
97