| { | |
| "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", | |
| "model": "paraphrase_multilingual_minilm_l12_v2", | |
| "family": "minilm", | |
| "capabilities": [ | |
| "text-embedding" | |
| ], | |
| "backend": "coreml", | |
| "license": "apache-2.0", | |
| "tokenizer": "../tokenizer.json", | |
| "tokenizer_config": "../tokenizer_config.json", | |
| "variants": [ | |
| { | |
| "file": "paraphrase_multilingual_minilm_l12_v2_coreml_fp32.pte", | |
| "precision": "fp32", | |
| "quantized": false, | |
| "default": true, | |
| "methods": { | |
| "forward": { | |
| "inputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| -1 | |
| ], | |
| "dtype": "int64" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| 384 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "file": "paraphrase_multilingual_minilm_l12_v2_coreml_fp16.pte", | |
| "precision": "fp16", | |
| "quantized": false, | |
| "default": false, | |
| "methods": { | |
| "forward": { | |
| "inputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| -1 | |
| ], | |
| "dtype": "int64" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "shape": [ | |
| 1, | |
| 384 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } |