rithwiks commited on
Commit
516a96e
1 Parent(s): 66f8ed0

correct filename

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Then `cd SBI-16-3D` and start python like:
56
 
57
  ```python
58
  from datasets import load_dataset
59
- dataset = load_dataset("./SBI_16_2D.py", "tiny", data_dir="./data/")
60
  ds = dataset.with_format("np")
61
  ```
62
 
 
56
 
57
  ```python
58
  from datasets import load_dataset
59
+ dataset = load_dataset("./SBI-16-2D.py", "tiny", data_dir="./data/")
60
  ds = dataset.with_format("np")
61
  ```
62