File size: 1,204 Bytes
a2d601b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"architecture": "qwen3-asr-0.6b",
"artifactSha256Trees": {
"audio_3000.mlmodelc": "a6c28b5845348c4b92c8e5a6bca6e4c9ff9c74b5a650176dafd456ed0ab1ee11",
"audio_6000.mlmodelc": "eae21c8ccfeae56e0d93859bbf9bcacab7af77e3e89deea2115545587970e30b",
"decoder.mlmodelc": "0405ad1a402e66164b7bccfac06e050fd3cfc13d86f9d17d1a1d081dc4b7d201",
"embeddings.mlmodelc": "7c011fa215bd54b365cbfc284f137bba3667361b81dc8c5bdd663bdc7b6e1a53",
"lm_head.mlmodelc": "9abf62c25e55d52178a9ce9261e59fefe55a3f5c233452e41e9e21a192e5c6ff"
},
"audioBlockTokens": 104,
"audioBuckets": [
{
"frames": 3000,
"model": "audio_3000.mlmodelc",
"tokens": 390
},
{
"frames": 6000,
"model": "audio_6000.mlmodelc",
"tokens": 780
}
],
"contextLength": 1536,
"decoderModel": "decoder.mlmodelc",
"embeddingsModel": "embeddings.mlmodelc",
"hiddenSize": 1024,
"lmHeadChunkSizes": [
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496,
9496
],
"lmHeadModel": "lm_head.mlmodelc",
"maxOutputTokens": 448,
"prefillBatchSize": 64,
"schemaVersion": 1
}
|