msluszniak's picture
Re-export under the get_model_schema contract; restructure to the MODEL_SPEC layout
79bfc5a verified
Raw
History Blame Contribute Delete
1.16 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "pp_doclayout_v3",
"family": "paddleocr",
"capabilities": [
"object-detection"
],
"backend": "xnnpack",
"license": "apache-2.0",
"variants": [
{
"file": "pp_doclayout_v3_xnnpack_fp32.pte",
"precision": "fp32",
"quantized": false,
"default": true,
"size_bytes": 131820160,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
800,
800
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
300,
4
],
"dtype": "float32"
},
{
"shape": [
300
],
"dtype": "float32"
},
{
"shape": [
300
],
"dtype": "float32"
}
]
}
}
}
]
}