{ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", "model": "fast_sam", "family": "sam", "size": "s", "capabilities": [ "instance-segmentation" ], "backend": "xnnpack", "license": "apache-2.0", "variants": [ { "file": "fast_sam_s_xnnpack_fp32.pte", "precision": "fp32", "quantized": false, "default": true, "size": "s", "methods": { "forward": { "inputs": [ { "shape": [ 1, 3, 640, 640 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 1, 300, 4 ], "dtype": "float32" }, { "shape": [ 1, 300, 32 ], "dtype": "float32" }, { "shape": [ 1, 32, 160, 160 ], "dtype": "float32" } ] } } } ] }