Datasets:
Another try
Browse files
README.md
CHANGED
@@ -20,8 +20,26 @@ language_creators:
|
|
20 |
annotations_creators:
|
21 |
- expert-generated
|
22 |
pretty_name: 'VibraVox'
|
23 |
-
|
|
|
24 |
- config_name: ASR_Reference_microphone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
data_files:
|
26 |
- split: train
|
27 |
path: "train_ASR_ref_microphone.tsv"
|
@@ -56,4 +74,6 @@ configs:
|
|
56 |
path: "val_ASR_laryngophone.tsv"
|
57 |
- split: test
|
58 |
path: "test_ASR_laryngophone.tsv"
|
|
|
|
|
59 |
---
|
|
|
20 |
annotations_creators:
|
21 |
- expert-generated
|
22 |
pretty_name: 'VibraVox'
|
23 |
+
```yaml
|
24 |
+
dataset_info:
|
25 |
- config_name: ASR_Reference_microphone
|
26 |
+
features:
|
27 |
+
- name: file_name
|
28 |
+
dtype: string
|
29 |
+
- name: transcription
|
30 |
+
dtype: string
|
31 |
+
- name: sensor_id
|
32 |
+
dtype: string
|
33 |
+
- name: speaker_id
|
34 |
+
dtype: int64
|
35 |
+
- name: gender
|
36 |
+
dtype: string
|
37 |
+
- name: type
|
38 |
+
dtype: string
|
39 |
+
- name: gender
|
40 |
+
dtype: string
|
41 |
+
- name: split
|
42 |
+
dtype: string
|
43 |
data_files:
|
44 |
- split: train
|
45 |
path: "train_ASR_ref_microphone.tsv"
|
|
|
74 |
path: "val_ASR_laryngophone.tsv"
|
75 |
- split: test
|
76 |
path: "test_ASR_laryngophone.tsv"
|
77 |
+
```
|
78 |
+
configs:
|
79 |
---
|