HarveyZOU1
commited on
Commit
•
a276143
1
Parent(s):
ab10c1a
Update README.md
Browse files`pip install sentence_transformers~=2.2.2`
=>pip install -U sentence_transformers
For intfloat/multilingual-e5-large-instruct problem,
missing file sentence...config.json .
README.md
CHANGED
@@ -6075,7 +6075,7 @@ embeddings = model.encode(input_texts, normalize_embeddings=True)
|
|
6075 |
|
6076 |
Package requirements
|
6077 |
|
6078 |
-
`pip install sentence_transformers
|
6079 |
|
6080 |
Contributors: [michaelfeil](https://huggingface.co/michaelfeil)
|
6081 |
|
|
|
6075 |
|
6076 |
Package requirements
|
6077 |
|
6078 |
+
`pip install -U sentence_transformers`
|
6079 |
|
6080 |
Contributors: [michaelfeil](https://huggingface.co/michaelfeil)
|
6081 |
|