Prune QHexRT HNPU bundle to runtime-minimum artifacts
Browse filesRemove 6 non-runtime/sensitive files from the QHexRT HNPU bundle.
Update model card arch metadata to match remaining artifact directories.
Strip non-runtime _comment metadata from 2 manifest(s) without changing runtime fields.
Audit artifacts: QHexRT/hf_hnpu_audit cleanup plan, manifest reference check, and multi-agent review.
- README.md +1 -2
- config.json +0 -7
- v75/moonshine-tiny.json +0 -47
- v75/moonshine_conv_stem.bin +0 -3
- v75/moonshinetiny_dec_f16.bin +0 -3
- v75/moonshinetiny_enc_f16.bin +0 -3
- v75/tokenizer.json +0 -0
- v79/moonshine-tiny.json +0 -1
- v81/moonshine-tiny.json +0 -1
README.md
CHANGED
|
@@ -5,7 +5,6 @@ tags:
|
|
| 5 |
- "hexagon"
|
| 6 |
- "npu"
|
| 7 |
- "asr"
|
| 8 |
-
- "v75"
|
| 9 |
- "v79"
|
| 10 |
- "v81"
|
| 11 |
base_model: "UsefulSensors/moonshine-tiny"
|
|
@@ -18,4 +17,4 @@ Prebuilt HNPU artifacts for [UsefulSensors/moonshine-tiny](https://huggingface.c
|
|
| 18 |
|
| 19 |
For model behavior, license, intended use, and limitations, see the [upstream model card](https://huggingface.co/UsefulSensors/moonshine-tiny).
|
| 20 |
|
| 21 |
-
Artifacts are architecture-pinned. Available artifact directories: `
|
|
|
|
| 5 |
- "hexagon"
|
| 6 |
- "npu"
|
| 7 |
- "asr"
|
|
|
|
| 8 |
- "v79"
|
| 9 |
- "v81"
|
| 10 |
base_model: "UsefulSensors/moonshine-tiny"
|
|
|
|
| 17 |
|
| 18 |
For model behavior, license, intended use, and limitations, see the [upstream model card](https://huggingface.co/UsefulSensors/moonshine-tiny).
|
| 19 |
|
| 20 |
+
Artifacts are architecture-pinned. Available artifact directories: `v79/`, `v81/`.
|
config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "qhexrt",
|
| 3 |
-
"name": "moonshine_tiny_HNPU",
|
| 4 |
-
"framework": "qhexrt",
|
| 5 |
-
"runtime": "qnn-htp",
|
| 6 |
-
"_note": "Root config.json present so the Hugging Face Hub counts downloads (default query file for repos without a registered library)."
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v75/moonshine-tiny.json
DELETED
|
@@ -1,47 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"schema_version": 1,
|
| 3 |
-
"_comment": "Moonshine-tiny ASR (encoder-decoder, Useful Sensors). Raw-waveform conv stem -> encoder (RoPE) -> autoregressive decoder (RoPE self-attn + cross-attn, gated SwiGLU, tied lm-head). Gated on WER vs HF.",
|
| 4 |
-
"model": {
|
| 5 |
-
"name": "moonshine-tiny",
|
| 6 |
-
"family": "asr",
|
| 7 |
-
"dsp_arch": "v75",
|
| 8 |
-
"tokenizer_pre": "gemma"
|
| 9 |
-
},
|
| 10 |
-
"params": {
|
| 11 |
-
"hidden": 288,
|
| 12 |
-
"vocab": 32768,
|
| 13 |
-
"n_layers": 6,
|
| 14 |
-
"max_ctx": 200,
|
| 15 |
-
"kv_dim": 288,
|
| 16 |
-
"head_dim": 36,
|
| 17 |
-
"rope_theta": 10000.0,
|
| 18 |
-
"eos_token_id": 2
|
| 19 |
-
},
|
| 20 |
-
"artifacts": {
|
| 21 |
-
"contexts": {
|
| 22 |
-
"encoder": {
|
| 23 |
-
"bin": "moonshinetiny_enc_f16.bin"
|
| 24 |
-
},
|
| 25 |
-
"decoder": {
|
| 26 |
-
"bin": "moonshinetiny_dec_f16.bin"
|
| 27 |
-
}
|
| 28 |
-
},
|
| 29 |
-
"tokenizer": "tokenizer.json"
|
| 30 |
-
},
|
| 31 |
-
"plan": {
|
| 32 |
-
"steps": [
|
| 33 |
-
{
|
| 34 |
-
"host": "moonshine_transcribe",
|
| 35 |
-
"params": {
|
| 36 |
-
"encoder": "moonshinetiny_enc_f16",
|
| 37 |
-
"decoder": "moonshinetiny_dec_f16",
|
| 38 |
-
"sot": 1,
|
| 39 |
-
"conv_weights": "moonshine_conv_stem.bin",
|
| 40 |
-
"frontend": "raw",
|
| 41 |
-
"max_audio_samples": 160000,
|
| 42 |
-
"max_decode": 180
|
| 43 |
-
}
|
| 44 |
-
}
|
| 45 |
-
]
|
| 46 |
-
}
|
| 47 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v75/moonshine_conv_stem.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cc0d6966eb3022193620527682b44b34035090c4a440bf5caafd8a253f50daea
|
| 3 |
-
size 6787584
|
|
|
|
|
|
|
|
|
|
|
|
v75/moonshinetiny_dec_f16.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:826f1c1dd47ade34f00cde6a423890356abeece76dde5f33efcec0a2ddc5826d
|
| 3 |
-
size 56393728
|
|
|
|
|
|
|
|
|
|
|
|
v75/moonshinetiny_enc_f16.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0c261541ff9f7ac0d0b2b18ffc3a763019ee09b8f0ce8347adef5c8e541e4082
|
| 3 |
-
size 17219584
|
|
|
|
|
|
|
|
|
|
|
|
v75/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
v79/moonshine-tiny.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"_comment": "Moonshine-tiny ASR (encoder-decoder, Useful Sensors). Raw-waveform conv stem -> encoder (RoPE) -> autoregressive decoder (RoPE self-attn + cross-attn, gated SwiGLU, tied lm-head). Gated on WER vs HF.",
|
| 4 |
"model": {
|
| 5 |
"name": "moonshine-tiny",
|
| 6 |
"family": "asr",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
|
|
|
| 3 |
"model": {
|
| 4 |
"name": "moonshine-tiny",
|
| 5 |
"family": "asr",
|
v81/moonshine-tiny.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"_comment": "moonshine-tiny - Qualcomm Hexagon v81 (QHexRT) deployment manifest.",
|
| 4 |
"model": {
|
| 5 |
"name": "moonshine-tiny",
|
| 6 |
"family": "asr",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
|
|
|
| 3 |
"model": {
|
| 4 |
"name": "moonshine-tiny",
|
| 5 |
"family": "asr",
|