mstz commited on
Commit
c67c066
·
1 Parent(s): b8aa4c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,5 +28,5 @@ The [Ozone dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI
28
  ```python
29
  from datasets import load_dataset
30
 
31
- dataset = load_dataset("mstz/spectf", "spect")["train"]
32
  ```
 
28
  ```python
29
  from datasets import load_dataset
30
 
31
+ dataset = load_dataset("mstz/spect", "spect")["train"]
32
  ```