Open samrandall-blai opened 2 months ago
Hi,
this could be due to sentence transformers relying on the datasets library. Try changing the name of your directory to something else and see if that works.
@ir2718 is indeed right. #2858 and #2817 are related issues, and #2859 was created to resolve it (by checking if the datasets
that can be imported is indeed the datasets
published by Hugging Face).
Yes, #2859 is a a solution to this issue. Thanks!
If I have
datasets
as a locally available directory in my working directory and runimport sentence_transformers
, I get the following error: