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 to get Sparse and ColBert embedding.
#4
by akshatsoni - opened
Issue Description:
When using this model, I am only able to obtain dense embeddings. However, I also require Sparse and ColBERT embeddings. Could you please provide guidance on how to retrieve these additional embeddings from the model?
No, we change the model.