Instructions to use Xenova/bge-m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/bge-m3 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'Xenova/bge-m3');
How was expored from m3
#1
by bergum - opened
@bergum I just published my ONNX model and also needed scripts to export the ONNX model here: https://huggingface.co/aapot/bge-m3-onnx
Let me know if you have any questions!