namespace-Pt

Results 6 issues of namespace-Pt

ColBERT removed punctuations in document because they think they are useless. I wonder if you removed punctuations when computing overlapping tokens between query and document?

# Summary I want to restore the IVF assignment, that is, which cluster does the query probe, after training an IVFOPQ index. Currently my solution is ``` index = faiss.read_index("my_IVFOPQ_matrix")...

question

### 🐛 Describe the bug I have a **freezed** embedding table, i.e. all parameters in the table do not require gradients. When using this embedding table in the forward pass...

bug

Greetings! I have some questions regarding memory storage and retrieval in the provided code. Based on your code, it appears that you have [stored the per-head embeddings of all chunks...

I saw alpha search is an inner product between the BOW representation of query and the latent representation of doc. How is this done? The dimensions are not the same.

Say there is a long document, then two users ask two different questions based on the document. These two questions are no way similar, targeting on different part of the...