Commit
·
5b07688
1
Parent(s):
482859a
Update README
Browse files
README.md
CHANGED
|
@@ -24,4 +24,15 @@ dataset_info:
|
|
| 24 |
---
|
| 25 |
# Dataset Card for "GraySpectrogram2"
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 24 |
---
|
| 25 |
# Dataset Card for "GraySpectrogram2"
|
| 26 |
|
| 27 |
+
## 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
|
| 35 |
+
|
| 36 |
+
dataset = load_datasets("mb23/GraySpectrogram")
|
| 37 |
+
```
|
| 38 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|