ghananlpcommunity/navigation-corpus-twi-speech
This dataset is shared under CC BY-NC 4.0, which means you are free to use, share, and adapt it for non-commercial research and educational purposes with attribution. You can read the full license at https://creativecommons.org/licenses/by-nc/4.0/. Twi Speech Segments (sentence splitting) 52562 speech-text pairs split from long recordings. Processing pipeline Source audio from ghananlpcommunity/navigation-corpus-speech-full-twi Full-file CTC forced alignment… See the full description on the dataset page: https://huggingface.co/datasets/ghananlpcommunity/navigation-corpus-twi-speech.
0262
This dataset is shared under CC BY-NC 4.0, which means you are free to use, share, and adapt it for non-commercial research and educational purposes with attribution. You can read the full license at https://creativecommons.org/licenses/by-nc/4.0/.
Twi Speech Segments (sentence splitting)
52562 speech-text pairs split from long recordings.
Processing pipeline
- Source audio from
ghananlpcommunity/navigation-corpus-speech-full-twi - Full-file CTC forced alignment (MMS-300M) for word-level timestamps
- Sentence-boundary splits (. ? !) — long sentences re-chunked to 16 words
- Leading/trailing silence trimmed with VAD (-40 dBFS threshold)
- Filtered: min 1.0s, max 15.0s
- Original sample rate preserved
Usage
from datasets import load_dataset
ds = load_dataset("ghananlpcommunity/navigation-corpus-twi-speech", split="train")