CoolFace
Datasetpublic

ghananlpcommunity/voxcpm-ghana-latents

VoxCPM Ghana — Precomputed AudioVAE Latents The exact training-ready data used to fine-tune ghananlpcommunity/voxcpm-ghana: precomputed VoxCPM-0.5B AudioVAE latents (16 kHz) for 42 Ghanaian languages + filtered Ghanaian English, with language-tagged transcripts. Drop-in for VoxCPM fine-tuning — no audio decoding or VAE encoding needed at train time. 1,756,157 clips · ~3,400 h · 16 kHz 42 Ghanaian languages (incl. Twi split: twi-asante, twi-akuapem) + en AudioVAE from… See the full description on the dataset page: https://huggingface.co/datasets/ghananlpcommunity/voxcpm-ghana-latents.

sourceHugging Facecc-by-4.0updated 3mo agoView on Hugging Face
0likes713downloads
Dataset Card

VoxCPM Ghana — Precomputed AudioVAE Latents

The exact training-ready data used to fine-tune `ghananlpcommunity/voxcpm-ghana`: precomputed VoxCPM-0.5B AudioVAE latents (16 kHz) for 42 Ghanaian languages + filtered Ghanaian English, with language-tagged transcripts. Drop-in for VoxCPM fine-tuning — no audio decoding or VAE encoding needed at train time.

  • —1,756,157 clips · ~3,400 h · 16 kHz
  • —42 Ghanaian languages (incl. Twi split: twi-asante, twi-akuapem) + en
  • —AudioVAE from `openbmb/VoxCPM-0.5B`: 64-dim, hop 640 (~25 fps)

Format (parquet shards, CODE__*.parquet)

columntypenotes
featbinaryfp16 AudioVAE latent, shape [feat_t, 64]. Reconstruct: np.frombuffer(feat, np.float16).reshape(feat_t, 64)
feat_tint32number of latent frames (~25 per second)
textstringtranscript prefixed with the language tag `<lang:CODE> `
dataset_idint32per-language id (table below)
splitstringtrain / dev (balanced: ~40 dev clips per language)

Language tags

Each transcript starts with <|lang:CODE|> , where CODE is the ISO-639-3 code (e.g. ewe, dag, hau, fat), with Twi split into twi-asante / twi-akuapem, and en for English. The model learns the tag as text (VoxCPM is tokenizer-free).

dataset_id map

codeid
acd0
ada1
akp2
any3
avn4
bib5
bim6
biv7
bov8
bud9
bwu10
dag11
dga12
en13
ewe14
fat15
ffm16
gjn17
gur18
hau19
kbp20
kdh21
kma22
kus23
lef24
lip25
maw26
mzw27
naw28
ncu29
nko30
ntr31
nzi32
sfw33
sig34
sil35
snw36
tpm37
twi-akuapem38
twi-asante39
vag40
xon41
xsm42

Source

Derived from `ghananlpcommunity/ghana-speech` and `ghananlpcommunity/ghana-english-tts-filtered`.