msluszniak's picture
Add spec-compliant config.json files
f3ecb96 verified
raw
history blame contribute delete
859 Bytes
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "fsmn_vad",
"family": "fsmn",
"capabilities": [
"voice-activity-detection"
],
"backend": "xnnpack",
"license": "apache-2.0",
"variants": [
{
"file": "fsmn_vad_xnnpack_fp32.pte",
"precision": "fp32",
"quantized": false,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1000,
512
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
1,
1000,
248
],
"dtype": "float32"
}
]
}
}
}
]
}