princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.36k stars 507 forks source link

Issue regarding installation #142

Closed tanik4u closed 2 years ago

tanik4u commented 2 years ago

I was trying to install 'SimCSE' using the following steps: (i.) pip install simcse (ii.) from simcse import SimCSE after this command I got the error like below: "from: can't read /var/mail/simcse"

Please help resolving this error.

gaotianyu1350 commented 2 years ago

Hi,

Can you provide more error messages? It seems like a machine-specific issue.

Ps. you can also directly clone the code and install from the code.