Datasets:
Change YAML header for train ASR Ref
Browse files
README.md
CHANGED
@@ -30,10 +30,17 @@ configs:
|
|
30 |
- split: test
|
31 |
path: "ASR_reference_mic/clean/test/test_ASR_ref_microphone.tsv"
|
32 |
- config_name: ASR_Laryngophone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
features:
|
34 |
- name: file_name
|
35 |
-
dtype: string
|
36 |
-
- name: audio
|
37 |
dtype: audio
|
38 |
- name: transcription
|
39 |
dtype: string
|
@@ -49,11 +56,5 @@ configs:
|
|
49 |
dtype: string
|
50 |
- name: split
|
51 |
dtype: string
|
52 |
-
|
53 |
-
- split: train
|
54 |
-
path: "train_ASR_laryngophone.tsv"
|
55 |
-
- split: val
|
56 |
-
path: "val_ASR_laryngophone.tsv"
|
57 |
-
- split: test
|
58 |
-
path: "test_ASR_laryngophone.tsv"
|
59 |
---
|
|
|
30 |
- split: test
|
31 |
path: "ASR_reference_mic/clean/test/test_ASR_ref_microphone.tsv"
|
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 |
+
dataset_info:
|
41 |
+
- config_name: ASR_Reference_microphone
|
42 |
features:
|
43 |
- name: file_name
|
|
|
|
|
44 |
dtype: audio
|
45 |
- name: transcription
|
46 |
dtype: string
|
|
|
56 |
dtype: string
|
57 |
- name: split
|
58 |
dtype: string
|
59 |
+
- config_name: ASR_Laryngophone
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
---
|