Open devin-liu opened 2 months ago
Hi, did you figure out the issue? I'm stuck here as well
I got the same issues, any updated ? I understand that the library only works with SentenceTransformer version 2.2.2 but that version is too old for now. pls update lib version.
For those also facing this issue, it seems like this still works: https://sbert.net/docs/sentence_transformer/pretrained_models.html#instructor-models
Hey everyone, I managed to get past this step, but I can’t recall the exact way I did it. Here’s the notebook link if someone could run the same commands in the cells I used and report back what was missing in the instructions:
Running into a TypeError while trying to load the INSTRUCTOR model from the InstructorEmbedding package in a Google Colab notebook. The error message says _load_sbert_model() got an unexpected keyword argument 'token' but I am unaware of how that 'token' argument is getting activated or passed.