mlboydaisuke's picture
Add config.json so the Hub can count downloads
30ecea1 verified
Raw
History Blame Contribute Delete
1.34 kB
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "openai/whisper-tiny",
"inputs": [
[
1,
1500,
384
],
[
1,
128
]
],
"variants": [
{
"file": "whisper_tiny_decoder_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 59.3
},
{
"file": "whisper_tiny_decoder_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 99.1
},
{
"file": "whisper_tiny_decoder_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 198.0
},
{
"file": "whisper_tiny_encoder_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 16.6
},
{
"file": "whisper_tiny_encoder_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 17.6
},
{
"file": "whisper_tiny_encoder_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 32.9
},
{
"file": "whisper_tiny_encoder_xnnpack_int8.pte",
"backend": "xnnpack",
"precision": "int8",
"size_mb": 11.7
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}