software-mansion/react-native-executorch-all-MiniLM-L6-v2
241k
1{2 "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",3 "model": "all_minilm_l6_v2",4 "family": "sbert",5 "capabilities": [6 "text-embedding"7 ],8 "backend": "coreml",9 "license": "apache-2.0",10 "variants": [11 {12 "file": "all_minilm_l6_v2_coreml_int8.pte",13 "precision": "int8",14 "quantized": true,15 "default": true,16 "methods": {17 "forward": {18 "inputs": [19 {20 "shape": [21 1,22 25423 ],24 "dtype": "int64"25 },26 {27 "shape": [28 1,29 25430 ],31 "dtype": "int64"32 }33 ],34 "outputs": [35 {36 "shape": [37 1,38 38439 ],40 "dtype": "float32"41 }42 ]43 }44 },45 "quantize": "int8"46 },47 {48 "file": "all_minilm_l6_v2_coreml_fp16.pte",49 "precision": "fp16",50 "quantized": false,51 "default": true,52 "methods": {53 "forward": {54 "inputs": [55 {56 "shape": [57 1,58 25459 ],60 "dtype": "int64"61 },62 {63 "shape": [64 1,65 25466 ],67 "dtype": "int64"68 }69 ],70 "outputs": [71 {72 "shape": [73 1,74 38475 ],76 "dtype": "float32"77 }78 ]79 }80 }81 }82 ]83}84 