Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,28 @@ dataset_info:
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes: 3352232
|
9 |
num_examples: 40
|
10 |
download_size: 3352618
|
11 |
-
dataset_size: 3352232
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# Dataset Card for "Sound_Spectrogram"
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
+
num_bytes: 3352232
|
9 |
num_examples: 40
|
10 |
download_size: 3352618
|
11 |
+
dataset_size: 3352232
|
12 |
+
task_categories:
|
13 |
+
- feature-extraction
|
14 |
+
tags:
|
15 |
+
- sound
|
16 |
+
- environment
|
17 |
+
- instrument
|
18 |
+
- effect
|
19 |
---
|
20 |
# Dataset Card for "Sound_Spectrogram"
|
21 |
|
22 |
+
|
23 |
+
# Questions about dataset
|
24 |
+
1. What is Spectrogram?
|
25 |
+
|
26 |
+
2. How were these converted to image?
|
27 |
+
|
28 |
+
3. Where is dataset from?
|
29 |
+
|
30 |
+
4. How can I use this?
|
31 |
+
|
32 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|