Add phon config metadata
Browse files- README.md +51 -1
- conversion-stats.json +7 -0
- data/phon-test.txt +0 -1
README.md
CHANGED
|
@@ -19,6 +19,10 @@ configs:
|
|
| 19 |
data_files:
|
| 20 |
- split: train
|
| 21 |
path: data/dial/train-*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
dataset_info:
|
| 23 |
- config_name: read
|
| 24 |
features:
|
|
@@ -158,6 +162,52 @@ dataset_info:
|
|
| 158 |
dtype: int64
|
| 159 |
- name: license
|
| 160 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
---
|
| 162 |
|
| 163 |
# LIEPA-3 Lithuanian Speech Corpus
|
|
@@ -172,7 +222,7 @@ Recommended use:
|
|
| 172 |
- `read`: cleanest subset and the default starting point for TTS or ASR.
|
| 173 |
- `spon`: spontaneous/broadcast/media speech; useful for ASR, not a clean TTS default.
|
| 174 |
- `dial`: dialect subset.
|
| 175 |
-
|
| 176 |
|
| 177 |
Example:
|
| 178 |
|
|
|
|
| 19 |
data_files:
|
| 20 |
- split: train
|
| 21 |
path: data/dial/train-*.parquet
|
| 22 |
+
- config_name: phon
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: data/phon/train-*.parquet
|
| 26 |
dataset_info:
|
| 27 |
- config_name: read
|
| 28 |
features:
|
|
|
|
| 162 |
dtype: int64
|
| 163 |
- name: license
|
| 164 |
dtype: string
|
| 165 |
+
- config_name: phon
|
| 166 |
+
features:
|
| 167 |
+
- name: id
|
| 168 |
+
dtype: string
|
| 169 |
+
- name: audio
|
| 170 |
+
dtype:
|
| 171 |
+
audio:
|
| 172 |
+
sampling_rate: 44100
|
| 173 |
+
- name: audio_path
|
| 174 |
+
dtype: string
|
| 175 |
+
- name: text
|
| 176 |
+
dtype: string
|
| 177 |
+
- name: normalized_text
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: part
|
| 180 |
+
dtype: string
|
| 181 |
+
- name: split
|
| 182 |
+
dtype: string
|
| 183 |
+
- name: source
|
| 184 |
+
dtype: string
|
| 185 |
+
- name: source_label
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: speech_type
|
| 188 |
+
dtype: string
|
| 189 |
+
- name: speech_type_label
|
| 190 |
+
dtype: string
|
| 191 |
+
- name: speaker_id
|
| 192 |
+
dtype: string
|
| 193 |
+
- name: county
|
| 194 |
+
dtype: string
|
| 195 |
+
- name: region
|
| 196 |
+
dtype: string
|
| 197 |
+
- name: gender
|
| 198 |
+
dtype: string
|
| 199 |
+
- name: age_group
|
| 200 |
+
dtype: string
|
| 201 |
+
- name: textgrid_path
|
| 202 |
+
dtype: string
|
| 203 |
+
- name: utterances_json
|
| 204 |
+
dtype: string
|
| 205 |
+
- name: num_words
|
| 206 |
+
dtype: int32
|
| 207 |
+
- name: audio_nbytes
|
| 208 |
+
dtype: int64
|
| 209 |
+
- name: license
|
| 210 |
+
dtype: string
|
| 211 |
---
|
| 212 |
|
| 213 |
# LIEPA-3 Lithuanian Speech Corpus
|
|
|
|
| 222 |
- `read`: cleanest subset and the default starting point for TTS or ASR.
|
| 223 |
- `spon`: spontaneous/broadcast/media speech; useful for ASR, not a clean TTS default.
|
| 224 |
- `dial`: dialect subset.
|
| 225 |
+
- `phon`: file-level phonetic metadata with TextGrid paths and utterance lists.
|
| 226 |
|
| 227 |
Example:
|
| 228 |
|
conversion-stats.json
CHANGED
|
@@ -19,5 +19,12 @@
|
|
| 19 |
"audio_bytes": 15459754403,
|
| 20 |
"shards": 11,
|
| 21 |
"missing": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
}
|
| 23 |
]
|
|
|
|
| 19 |
"audio_bytes": 15459754403,
|
| 20 |
"shards": 11,
|
| 21 |
"missing": 0
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"part": "phon",
|
| 25 |
+
"rows": 72822,
|
| 26 |
+
"audio_bytes": 68254235145,
|
| 27 |
+
"shards": 46,
|
| 28 |
+
"missing": 0
|
| 29 |
}
|
| 30 |
]
|
data/phon-test.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
hello phon
|
|
|
|
|
|