Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ hf_hub_download(repo_id='projectlosangeles/Monster-MIDI-Dataset',
|
|
74 |
|
75 |
```sh
|
76 |
%cd ./Monster-MIDI-Dataset
|
77 |
-
!unzip Monster-MIDI-Dataset-Ver-1-0-CC-BY-NC-SA.zip > /dev/null
|
78 |
%cd ..
|
79 |
```
|
80 |
|
|
|
74 |
|
75 |
```sh
|
76 |
%cd ./Monster-MIDI-Dataset
|
77 |
+
!unzip -o Monster-MIDI-Dataset-Ver-1-0-CC-BY-NC-SA.zip > /dev/null
|
78 |
%cd ..
|
79 |
```
|
80 |
|