whisper_small_HNPU / v75 /whisper-small.json
flying101's picture
Add Hexagon v75 (Galaxy S24 / SM8650, soc 57) bundle
11c0fc8 verified
Raw
History Blame
940 Bytes
{
"schema_version": 1,
"_comment": "",
"model": {
"name": "whisper-small",
"family": "asr",
"dsp_arch": "v75",
"tokenizer_pre": "whisper"
},
"params": {
"hidden": 768,
"vocab": 51865,
"n_layers": 12,
"max_ctx": 200,
"kv_dim": 768,
"head_dim": 64,
"rope_theta": 10000.0,
"eos_token_id": 50257
},
"artifacts": {
"contexts": {
"encoder": {
"bin": "whispersmall_enc_f16.bin"
},
"decoder": {
"bin": "whispersmall_dec_f16.bin"
}
},
"tokenizer": "tokenizer.json"
},
"plan": {
"steps": [
{
"host": "asr_transcribe",
"params": {
"encoder": "whispersmall_enc_f16",
"decoder": "whispersmall_dec_f16",
"sot": 50258,
"mel_filters": "whisper_small_mel_filters.bin",
"conv_weights": "whisper_conv_stem.bin",
"n_mels": 80
}
}
]
}
}