Re-export under the get_model_schema contract; restructure to the MODEL_SPEC layout
72f021c verified | { | |
| "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", | |
| "model": "pp_ocrv6", | |
| "family": "paddleocr", | |
| "capabilities": [ | |
| "text-detection", | |
| "text-recognition" | |
| ], | |
| "backend": "vulkan", | |
| "license": "apache-2.0", | |
| "variants": [ | |
| { | |
| "file": "pp_ocrv6_vulkan_fp16.pte", | |
| "precision": "fp16", | |
| "quantized": false, | |
| "default": true, | |
| "size_bytes": 26176856, | |
| "methods": { | |
| "detect": { | |
| "inputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| 3, | |
| -1, | |
| -1 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| 1, | |
| -1, | |
| -1 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ] | |
| }, | |
| "recognize": { | |
| "inputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| 3, | |
| 48, | |
| -1 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| -1, | |
| 18710 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |