Commit
·
a420c5d
1
Parent(s):
5b07688
Update README
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ dataset_info:
|
|
28 |
* ```mb23/GraySpectrogram```で使用できるサブセットのみから画像とキャプションだけの組にしたもの。
|
29 |
|
30 |
## How to use dataset:
|
31 |
-
```
|
32 |
(!pip install datasets)
|
33 |
import datasets
|
34 |
from datasets import load_dataset
|
|
|
28 |
* ```mb23/GraySpectrogram```で使用できるサブセットのみから画像とキャプションだけの組にしたもの。
|
29 |
|
30 |
## How to use dataset:
|
31 |
+
```python
|
32 |
(!pip install datasets)
|
33 |
import datasets
|
34 |
from datasets import load_dataset
|