Takashi Wada

Results 3 issues of Takashi Wada

Hi, I've found a bug in the following method that is used for BERT-K and BERT-LS encoding sentences. **** In "methods/bert.py/_logits_for_dropout_target" **** with torch.no_grad(): embeddings = self.bert.embeddings(self.list_to_tensor(context_target_enc)) (Omitting Dropout procedure)...

**Describe the bug** I failed to download the shift15m data set via pip. **To Reproduce** pip install shift15m (Python Version 3.7.17) **Expected behavior** The following error occurs while pip generates...

Hi, I'm having difficulty submitting the results to the leaderboard, possibly due to the bug reported at https://github.com/embeddings-benchmark/mteb/issues/774. So, I tried using "https://github.com/embeddings-benchmark/mteb/blob/main/scripts/merge_cqadupstack.py" to merge the 12 results of cqadupstack,...