mmwanje/waxal-features-v1
waxal-features-v1 Precomputed Whisper-large-v3 log-mel input_features + tokenized labels for Google WaxalNLP (Lingala, Shona, Luganda). Use this to skip FLAC download + feature extraction when fine-tuning openai/whisper-large-v3 (or any model that consumes the same Whisper-v3 mel / tokenizer layout). Contents Field Type Notes id string Clip id language string lin / sna / lug split string Source split tag input_features list[list[float16]]… See the full description on the dataset page: https://huggingface.co/datasets/mmwanje/waxal-features-v1.
waxal-features-v1
Precomputed Whisper-large-v3 log-mel input_features + tokenized labels for Google WaxalNLP (Lingala, Shona, Luganda).
Use this to skip FLAC download + feature extraction when fine-tuning openai/whisper-large-v3 (or any model that consumes the same Whisper-v3 mel / tokenizer layout).
Contents
- 38 198 examples · ~59 parquet shards · ~29 GB download
- Recipe id:
whisper-v3proc_nolang_f16_v1
Load
from datasets import load_dataset
ds = load_dataset("mmwanje/waxal-features-v1", split="train")
# each row: id, language, split, input_features, labelsWith the WAXAL model.py pipeline:
export WAXAL_FEATURES_DATASET=mmwanje/waxal-features-v1
python model.py --stage train --model_id openai/whisper-large-v3 --aug_mode specNot for Omni
These features are Whisper-v3 specific. Omnilingual ASR needs `mmwanje/waxal-omni-parquet` instead.
