Model reference · open weights
react-native-executorch-all-mpnet is an open-weight embedding model from software-mansion. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | software-mansion |
|---|---|
| Type | Embedding models |
| Task | Embeddings |
| Runs with | executorch |
| Released | 2025-05-07 |
| Popularity | 639 downloads / month |
| Licence | Open weights |
About
This repository hosts the all-mpnet-base-v2 models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
Upstream model: all-mpnet-base-v2
| Path | Backend | Precision |
|---|---|---|
vulkan/all_mpnet_base_v2_vulkan_fp16.pte | vulkan | fp16 |
vulkan/all_mpnet_base_v2_vulkan_int8.pte | vulkan | int8 |
xnnpack/all_mpnet_base_v2_xnnpack_fp32.pte | xnnpack | fp32 |
config.json 39 B
tokenizer.json 694 kB
tokenizer_config.json 363 B
vulkan/all_mpnet_base_v2_vulkan_fp16.pte 208 MB
vulkan/all_mpnet_base_v2_vulkan_int8.pte 127 MB
vulkan/config.json 1.5 kB
xnnpack/all_mpnet_base_v2_xnnpack_fp32.pte 416 MB
xnnpack/config.json 933 B
These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.
To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.
To load these files in your own ExecuTorch runtime, read the compatibility note first.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys react-native-executorch-all-mpnet for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (react-native-executorch-all-mpnet below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/embeddings \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"react-native-executorch-all-mpnet","input":"text to embed"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.