File size: 1,163 Bytes
9e48dfc cc9709e 9e48dfc 4b9f516 9e48dfc | 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 | {
"model_type": "audio8_asr_ios_ane",
"architectures": [
"Audio8ASRForIOSANE"
],
"task": "automatic-speech-recognition",
"library_name": "coreml",
"license": "cc-by-nc-4.0",
"base_model": "AutoArk-AI/Audio8-ASR-0.1B",
"onnx_runtime_model": "AutoArk-AI/Audio8-ASR-0.1B-onnx-runtime",
"asset_bundle": "dist/ASRModels.bundle",
"languages": [
"en",
"zh",
"yue",
"fr",
"de",
"ja",
"ko"
],
"audio_head": {
"file": "tower.mlmodelc",
"format": "Core ML mlmodelc",
"execution": "Apple Neural Engine",
"storage_precision": "mixed_float16_int8",
"compute_precision": "mixed_float16_int32",
"output_dtype": "float16"
},
"decoder": {
"format": "ONNX Runtime",
"execution": "CPU",
"weight_precision": "int4",
"prefill_graph": "lm_prefill.onnx",
"decode_graph": "lm_decode.onnx",
"shared_weights": "lm_shared_int4.data"
},
"token_embedding": {
"file": "token_embedding_fp16.bin",
"dtype": "float16",
"vocab_size": 151652,
"hidden_size": 512
},
"download_stats": {
"huggingface_query_file": "config.json"
}
}
|