Datasets:
Try to fix README yaml header (modified idents)
Browse files
README.md
CHANGED
@@ -21,56 +21,56 @@ annotations_creators:
|
|
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 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
---
|
|
|
21 |
- expert-generated
|
22 |
pretty_name: 'VibraVox'
|
23 |
configs:
|
24 |
+
- config_name: ASR_Reference_microphone
|
25 |
+
features:
|
26 |
+
- name: file_name
|
27 |
+
dtype: string
|
28 |
+
- name: transcription
|
29 |
+
dtype: string
|
30 |
+
- name: sensor_id
|
31 |
+
dtype: string
|
32 |
+
- name: speaker_id
|
33 |
+
dtype: int64
|
34 |
+
- name: gender
|
35 |
+
dtype: string
|
36 |
+
- name: type
|
37 |
+
dtype: string
|
38 |
+
- name: gender
|
39 |
+
dtype: string
|
40 |
+
- name: split
|
41 |
+
dtype: string
|
42 |
+
data_files:
|
43 |
+
- split: train
|
44 |
+
path: "train_ASR_ref_microphone.tsv"
|
45 |
+
- split: val
|
46 |
+
path: "val_ASR_ref_microphone.tsv"
|
47 |
+
- split: test
|
48 |
+
path: "test_ASR_ref_microphone.tsv"
|
49 |
+
- config_name: ASR_Laryngophone
|
50 |
+
features:
|
51 |
+
- name: file_name
|
52 |
+
dtype: string
|
53 |
+
- name: audio
|
54 |
+
dtype: audio
|
55 |
+
- name: transcription
|
56 |
+
dtype: string
|
57 |
+
- name: sensor_id
|
58 |
+
dtype: string
|
59 |
+
- name: speaker_id
|
60 |
+
dtype: int64
|
61 |
+
- name: gender
|
62 |
+
dtype: string
|
63 |
+
- name: type
|
64 |
+
dtype: string
|
65 |
+
- name: gender
|
66 |
+
dtype: string
|
67 |
+
- name: split
|
68 |
+
dtype: string
|
69 |
+
data_files:
|
70 |
+
- split: train
|
71 |
+
path: "train_ASR_laryngophone.tsv"
|
72 |
+
- split: val
|
73 |
+
path: "val_ASR_laryngophone.tsv"
|
74 |
+
- split: test
|
75 |
+
path: "test_ASR_laryngophone.tsv"
|
76 |
---
|