File size: 907 Bytes
482859a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b07688
 
 
 
a420c5d
5b07688
 
 
 
 
 
482859a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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)