Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -29,6 +29,14 @@ configs:
|
|
29 |
path: ASR_Headworn_mouth_microphone/validation-*
|
30 |
- split: test
|
31 |
path: ASR_Headworn_mouth_microphone/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
dataset_info:
|
33 |
- config_name: ASR_Headworn_mouth_microphone
|
34 |
features:
|
@@ -58,4 +66,32 @@ dataset_info:
|
|
58 |
num_examples: 1
|
59 |
download_size: 0
|
60 |
dataset_size: 6734942.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
---
|
|
|
29 |
path: ASR_Headworn_mouth_microphone/validation-*
|
30 |
- split: test
|
31 |
path: ASR_Headworn_mouth_microphone/test-*
|
32 |
+
- config_name: ASR_Larynx_microphone
|
33 |
+
data_files:
|
34 |
+
- split: train
|
35 |
+
path: ASR_Larynx_microphone/train-*
|
36 |
+
- split: validation
|
37 |
+
path: ASR_Larynx_microphone/validation-*
|
38 |
+
- split: test
|
39 |
+
path: ASR_Larynx_microphone/test-*
|
40 |
dataset_info:
|
41 |
- config_name: ASR_Headworn_mouth_microphone
|
42 |
features:
|
|
|
66 |
num_examples: 1
|
67 |
download_size: 0
|
68 |
dataset_size: 6734942.0
|
69 |
+
- config_name: ASR_Larynx_microphone
|
70 |
+
features:
|
71 |
+
- name: audio
|
72 |
+
dtype: audio
|
73 |
+
- name: transcription
|
74 |
+
dtype: string
|
75 |
+
- name: sensor_id
|
76 |
+
dtype: string
|
77 |
+
- name: speaker_id
|
78 |
+
dtype: string
|
79 |
+
- name: gender
|
80 |
+
dtype: string
|
81 |
+
- name: type
|
82 |
+
dtype: string
|
83 |
+
- name: split
|
84 |
+
dtype: string
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 5335110.0
|
88 |
+
num_examples: 8
|
89 |
+
- name: validation
|
90 |
+
num_bytes: 695209.0
|
91 |
+
num_examples: 1
|
92 |
+
- name: test
|
93 |
+
num_bytes: 704443.0
|
94 |
+
num_examples: 1
|
95 |
+
download_size: 6633159
|
96 |
+
dataset_size: 6734762.0
|
97 |
---
|