File size: 1,020 Bytes
9da4f29 b46e8bf 9da4f29 | 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 48 49 | {
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "privacy_filter_openai",
"family": "privacy_filter",
"capabilities": [
"classification"
],
"backend": "xnnpack",
"license": "apache-2.0",
"variants": [
{
"file": "privacy_filter_openai_xnnpack_8da4w.pte",
"precision": "8da4w",
"quantized": true,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
256
],
"dtype": "int64"
},
{
"shape": [
1,
256
],
"dtype": "int64"
}
],
"outputs": [
{
"shape": [
1,
256,
33
],
"dtype": "float32"
}
]
}
}
}
]
}
|