CoolFace
Modelpublic

software-mansion/react-native-executorch-all-MiniLM-L6-v2

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
2likes41kdownloads
config.json46 linesDownload Raw Back to xnnpack
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": "xnnpack",9  "license": "apache-2.0",10  "variants": [11    {12      "file": "all_minilm_l6_v2_xnnpack_fp32.pte",13      "precision": "fp32",14      "methods": {15        "forward": {16          "inputs": [17            {18              "shape": [19                1,20                25421              ],22              "dtype": "int64"23            },24            {25              "shape": [26                1,27                25428              ],29              "dtype": "int64"30            }31          ],32          "outputs": [33            {34              "shape": [35                1,36                38437              ],38              "dtype": "float32"39            }40          ]41        }42      }43    }44  ]45}46