Views
No views yet
openai/whisper-small, specialized for earnings-call and investor-meeting
speech recognition in English and Chinese. This is the merged PyTorch/safetensors checkpoint used
as the conversion source for passpoo/talyno-whisperkit-coreml,
the WhisperKit CoreML build shipped in the Talyno iOS app.openai/whisper-small (244M params)q_proj / v_projen), Chinese — Simplified + Traditional (zh)| Phase | Language | Dataset | Samples | LoRA config |
|---|---|---|---|---|
| 1 | English | kensho/spgispeech (earnings-call audio) | 2,000 train / 200 eval | r=8, alpha=16 |
| 2 | Chinese | google/fleurs cmn_hans_cn (real recordings, CC-BY) + TTS-synthesised Traditional-Chinese financial-terminology sentences | 2,000 train / 200 eval | r=16, alpha=32 |
cmn_hant_tw) locale.merge_and_unload()), generation_config.forced_decoder_ids and
config.forced_decoder_ids are explicitly cleared. Whisper's set_prefix_tokens(language=...)
calls during training otherwise leave a language token baked into the merged model's generation
config, which forces every inference to one language regardless of input.passpoo/talyno-whisperkit-coreml, using
whisperkittools. Note: conversion currently requires
pinning transformers==4.42.4 in the conversion environment — newer transformers versions changed
past_key_values handling in a way that's incompatible with the whisperkittools decoder tracer (see
the finetune guide for details).cmn_hans_cn — CC-BY licensed.openai/whisper-small model.