whisper_small_HNPU / v79 /whisper-small.json
sm280299's picture
Scrub internal engineering notes from manifest _comment
791c04e verified
Raw
History Blame
747 Bytes
{
"schema_version": 1,
"_comment": "whisper-small - Qualcomm Hexagon v79 (QHexRT) deployment manifest.",
"model": { "name": "whisper-small", "family": "asr", "dsp_arch": "v79" },
"params": {
"vocab": 51865, "n_layers": 12, "hidden": 768, "head_dim": 64,
"max_ctx": 200, "eos_token_id": 50257
},
"artifacts": {
"contexts": {
"encoder": { "bin": "encoder.bin" },
"decoder": { "bin": "decoder.bin" }
},
"tokenizer": "tokenizer.json",
"fixture_dir": "."
},
"plan": {
"steps": [
{ "host": "asr_transcribe",
"params": { "encoder": "whisper_small_encoder", "decoder": "whisper_small_decoder",
"mel_filters": "whisper_mel_filters.bin", "sot": 50258 } }
]
}
}