|
--- |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: test |
|
path: data/test-* |
|
dataset_info: |
|
features: |
|
- name: image |
|
dtype: image |
|
- name: caption |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 1063161338.75 |
|
num_examples: 9258 |
|
- name: test |
|
num_bytes: 982933207.75 |
|
num_examples: 8722 |
|
download_size: 2041757562 |
|
dataset_size: 2046094546.5 |
|
--- |
|
# Dataset Card for "GraySpectrogram2" |
|
|
|
## Dataset info: |
|
* ```mb23/GraySpectrogram```で使用できるサブセットのみから画像とキャプションだけの組にしたもの。 |
|
|
|
## How to use dataset: |
|
```python |
|
(!pip install datasets) |
|
import datasets |
|
from datasets import load_dataset |
|
|
|
dataset = load_datasets("mb23/GraySpectrogram") |
|
``` |
|
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |