chua's picture
Add config for Hub download statistics
9e48dfc verified
Raw
History Blame Contribute Delete
1.11 kB
{
"model_type": "audio8_asr_ios_ane",
"architectures": [
"Audio8ASRForIOSANE"
],
"task": "automatic-speech-recognition",
"library_name": "coreml",
"license": "apache-2.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",
"ja"
],
"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"
}
}