| { |
| "$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": "mlx", |
| "license": "apache-2.0", |
| "variants": [ |
| { |
| "file": "privacy_filter_openai_mlx_int4.pte", |
| "precision": "int4", |
| "quantized": true, |
| "default": true, |
| "methods": { |
| "forward": { |
| "inputs": [ |
| { |
| "shape": [ |
| 1, |
| 256 |
| ], |
| "dtype": "int64" |
| }, |
| { |
| "shape": [ |
| 1, |
| 256 |
| ], |
| "dtype": "int64" |
| } |
| ], |
| "outputs": [ |
| { |
| "shape": [ |
| 1, |
| 256, |
| 33 |
| ], |
| "dtype": "float32" |
| } |
| ] |
| } |
| } |
| } |
| ] |
| } |
|
|