Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -36,16 +36,28 @@ dataset_info:
|
|
| 36 |
'8': '8'
|
| 37 |
'9': '9'
|
| 38 |
- name: gender
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
dtype: string
|
| 40 |
splits:
|
| 41 |
- name: train
|
| 42 |
-
num_bytes:
|
| 43 |
num_examples: 24000
|
| 44 |
- name: test
|
| 45 |
-
num_bytes:
|
| 46 |
num_examples: 6000
|
| 47 |
-
download_size:
|
| 48 |
-
dataset_size:
|
| 49 |
---
|
| 50 |
# Dataset Card for "AudioMNIST"
|
| 51 |
This is just a reupload of the [audioMNIST](https://github.com/soerenab/AudioMNIST) dataset for convenient use with the datasets library. For each speaker (12 female, 48 male), there are 50 recordings of each digit.
|
|
|
|
| 36 |
'8': '8'
|
| 37 |
'9': '9'
|
| 38 |
- name: gender
|
| 39 |
+
dtype:
|
| 40 |
+
class_label:
|
| 41 |
+
names:
|
| 42 |
+
'0': male
|
| 43 |
+
'1': female
|
| 44 |
+
- name: accent
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: age
|
| 47 |
+
dtype: int64
|
| 48 |
+
- name: native_speaker
|
| 49 |
+
dtype: bool
|
| 50 |
+
- name: origin
|
| 51 |
dtype: string
|
| 52 |
splits:
|
| 53 |
- name: train
|
| 54 |
+
num_bytes: 1493209727.0
|
| 55 |
num_examples: 24000
|
| 56 |
- name: test
|
| 57 |
+
num_bytes: 360966680.0
|
| 58 |
num_examples: 6000
|
| 59 |
+
download_size: 1483680961
|
| 60 |
+
dataset_size: 1854176407.0
|
| 61 |
---
|
| 62 |
# Dataset Card for "AudioMNIST"
|
| 63 |
This is just a reupload of the [audioMNIST](https://github.com/soerenab/AudioMNIST) dataset for convenient use with the datasets library. For each speaker (12 female, 48 male), there are 50 recordings of each digit.
|