Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,60 +1,96 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
-
|
4 |
-
|
5 |
-
- automatic-speech-recognition
|
6 |
-
- audio-classification
|
7 |
-
- text-to-speech
|
8 |
-
task_ids:
|
9 |
-
- speaker-identification
|
10 |
size_categories:
|
11 |
-
|
12 |
source_datasets: []
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
- expert-generated
|
22 |
-
pretty_name: 'VibraVox'
|
23 |
configs:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
dataset_info:
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
---
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
- expert-generated
|
7 |
+
language:
|
8 |
+
- fr
|
9 |
license: cc-by-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
|
|
|
|
|
|
|
|
|
|
12 |
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
source_datasets: []
|
15 |
+
task_categories:
|
16 |
+
- audio-to-audio
|
17 |
+
- automatic-speech-recognition
|
18 |
+
- audio-classification
|
19 |
+
- text-to-speech
|
20 |
+
task_ids:
|
21 |
+
- speaker-identification
|
22 |
+
pretty_name: VibraVox
|
|
|
|
|
23 |
configs:
|
24 |
+
- config_name: ASR_Headworn_mouth_microphone
|
25 |
+
data_files:
|
26 |
+
- split: train
|
27 |
+
path: ASR_Headworn_mouth_microphone/train-*
|
28 |
+
- split: validation
|
29 |
+
path: ASR_Headworn_mouth_microphone/validation-*
|
30 |
+
- split: test
|
31 |
+
path: ASR_Headworn_mouth_microphone/test-*
|
32 |
+
- config_name: ASR_Laryngophone
|
33 |
+
data_files:
|
34 |
+
- split: train
|
35 |
+
path: train_ASR_laryngophone.tsv
|
36 |
+
- split: val
|
37 |
+
path: val_ASR_laryngophone.tsv
|
38 |
+
- split: test
|
39 |
+
path: test_ASR_laryngophone.tsv
|
40 |
+
- config_name: ASR_Reference_microphone
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: ASR_reference_mic/clean/train/*
|
44 |
+
- split: val
|
45 |
+
path: ASR_reference_mic/clean/val/*
|
46 |
+
- split: test
|
47 |
+
path: ASR_reference_mic/clean/test/*
|
48 |
dataset_info:
|
49 |
+
- config_name: ASR_Headworn_mouth_microphone
|
50 |
+
features:
|
51 |
+
- name: audio
|
52 |
+
dtype: audio
|
53 |
+
- name: transcription
|
54 |
+
dtype: string
|
55 |
+
- name: sensor_id
|
56 |
+
dtype: string
|
57 |
+
- name: speaker_id
|
58 |
+
dtype: string
|
59 |
+
- name: gender
|
60 |
+
dtype: string
|
61 |
+
- name: type
|
62 |
+
dtype: string
|
63 |
+
- name: split
|
64 |
+
dtype: string
|
65 |
+
splits:
|
66 |
+
- name: train
|
67 |
+
num_bytes: 5335254.0
|
68 |
+
num_examples: 8
|
69 |
+
- name: validation
|
70 |
+
num_bytes: 695227.0
|
71 |
+
num_examples: 1
|
72 |
+
- name: test
|
73 |
+
num_bytes: 704461.0
|
74 |
+
num_examples: 1
|
75 |
+
download_size: 6633537
|
76 |
+
dataset_size: 6734942.0
|
77 |
+
- config_name: ASR_Laryngophone
|
78 |
+
- config_name: ASR_Reference_microphone
|
79 |
+
features:
|
80 |
+
- name: file_name
|
81 |
+
dtype: audio
|
82 |
+
- name: transcription
|
83 |
+
dtype: string
|
84 |
+
- name: sensor_id
|
85 |
+
dtype: string
|
86 |
+
- name: speaker_id
|
87 |
+
dtype: int64
|
88 |
+
- name: gender
|
89 |
+
dtype: string
|
90 |
+
- name: type
|
91 |
+
dtype: string
|
92 |
+
- name: gender
|
93 |
+
dtype: string
|
94 |
+
- name: split
|
95 |
+
dtype: string
|
96 |
---
|