aceOfDiamonds's picture
Stop restating quantized, and drop the unused default
9a78f41
Raw
History Blame Contribute Delete
2.67 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "whisper_tiny",
"family": "whisper",
"capabilities": [
"speech-to-text"
],
"backend": "vulkan",
"license": "apache-2.0",
"variants": [
{
"file": "whisper_tiny_vulkan_int8.pte",
"precision": "int8",
"methods": {
"decode": {
"inputs": [
{
"shape": [
1,
1
],
"dtype": "int64"
},
{
"shape": [
1
],
"dtype": "int64"
},
{
"shape": [
1,
1500,
3072
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
51865
],
"dtype": "float32"
}
]
},
"encode": {
"inputs": [
{
"shape": [
480000
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1500,
3072
],
"dtype": "float32"
}
]
}
}
},
{
"file": "whisper_tiny_vulkan_fp16.pte",
"precision": "fp16",
"methods": {
"decode": {
"inputs": [
{
"shape": [
1,
1
],
"dtype": "int64"
},
{
"shape": [
1
],
"dtype": "int64"
},
{
"shape": [
1,
1500,
3072
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1,
51865
],
"dtype": "float32"
}
]
},
"encode": {
"inputs": [
{
"shape": [
480000
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1500,
3072
],
"dtype": "float32"
}
]
}
}
}
]
}