-
Hello,
I am interested in exploring the possibility of adding the [ColBERT model](https://github.com/stanford-futuredata/ColBERT) to the current examples available for BERT. ColBERT's approach to den…
-
Hi, I am currently having a issue with thresholding while using ColBERT as a reranker. I notice that according to the scoring logic here (https://github.com/qdrant/qdrant/blob/master/lib/segment/src/v…
-
Are there plans on supporting multimodal colbert models for built in inference?
-
Hi,
As the title says I'm interested in what are the [planned improvements](https://github.com/UKPLab/sentence-transformers/issues/2606#issuecomment-2074583865) for the CrossEncoder and ColBERT in …
-
### What happened?
I encountered a shape mismatch error when using ColBERT’s ONNX model to generate embeddings for a batch of text chunks. While most batches work fine, some cause the following error…
-
**Running this ColBERT code:**
config = ColBERTConfig(
nbits=2,
root="experiments",
)
indexer = Indexer(checkpoint="/media/sda1/Bharg…
-
Implement a ColBERT / Late Interaction Model for retrieval rather than bi-encoder / cross-encoder architecture.
-
FileNotFoundError: [Errno 2] **No such file or directory: 'F:/PreFLMR/FLMR/examples\\test_experiment\\indexes/test_index.nbits=8\\_metadata.json_'**
During handling of the above exception, another …
XNDIC updated
3 weeks ago
-
Is it possible to compute the colbert score for the m3 model for more than one pair at the time? currently seems very inneficient
-
### Feature request / 功能建议
支持多向量排序模型ColBERT和ColBERTv2
### Motivation / 动机
兼具Bi-encoder和cross-encoder优势
代码:https://github.com/stanford-futuredata/ColBERT
论文:https://arxiv.org/abs/2112.0148…