Upload dataset
Browse files- README.md +39 -3
- data/de_switch_train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: talkbank_4_stt
|
3 |
language:
|
4 |
- en
|
5 |
- de
|
@@ -15,6 +14,7 @@ task_categories:
|
|
15 |
- automatic-speech-recognition
|
16 |
- text-to-speech
|
17 |
- text-to-audio
|
|
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
@@ -47,7 +47,7 @@ configs:
|
|
47 |
- split: en_switch_test
|
48 |
path: en/switch/test-*
|
49 |
- split: de_switch_train
|
50 |
-
path:
|
51 |
- split: de_switch_test
|
52 |
path: de/switch/test-*
|
53 |
- split: es_switch_train
|
@@ -66,4 +66,40 @@ configs:
|
|
66 |
path: zh/switch/train-*
|
67 |
- split: zh_switch_test
|
68 |
path: zh/switch/test-*
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- de
|
|
|
14 |
- automatic-speech-recognition
|
15 |
- text-to-speech
|
16 |
- text-to-audio
|
17 |
+
pretty_name: talkbank_4_stt
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
|
|
47 |
- split: en_switch_test
|
48 |
path: en/switch/test-*
|
49 |
- split: de_switch_train
|
50 |
+
path: data/de_switch_train-*
|
51 |
- split: de_switch_test
|
52 |
path: de/switch/test-*
|
53 |
- split: es_switch_train
|
|
|
66 |
path: zh/switch/train-*
|
67 |
- split: zh_switch_test
|
68 |
path: zh/switch/test-*
|
69 |
+
dataset_info:
|
70 |
+
features:
|
71 |
+
- name: audio
|
72 |
+
struct:
|
73 |
+
- name: bytes
|
74 |
+
dtype: binary
|
75 |
+
- name: path
|
76 |
+
dtype: string
|
77 |
+
- name: transcript
|
78 |
+
dtype: string
|
79 |
+
- name: language_code
|
80 |
+
dtype: string
|
81 |
+
- name: subset
|
82 |
+
dtype: string
|
83 |
+
- name: full_language
|
84 |
+
dtype: string
|
85 |
+
- name: switch_id
|
86 |
+
dtype: string
|
87 |
+
- name: segment_id
|
88 |
+
dtype: float64
|
89 |
+
- name: transcript_filename
|
90 |
+
dtype: string
|
91 |
+
- name: audio_len_sec
|
92 |
+
dtype: int64
|
93 |
+
- name: orig_file_start
|
94 |
+
dtype: float64
|
95 |
+
- name: orig_file_end
|
96 |
+
dtype: float64
|
97 |
+
- name: channel
|
98 |
+
dtype: int64
|
99 |
+
splits:
|
100 |
+
- name: de_switch_train
|
101 |
+
num_bytes: 373745178
|
102 |
+
num_examples: 216
|
103 |
+
download_size: 373109872
|
104 |
+
dataset_size: 373745178
|
105 |
+
---
|
data/de_switch_train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db996a95f9a1bbdcbc40a194171ac6600e69d626265160c483b4dd99dd02b92e
|
3 |
+
size 373109872
|