carlesoctav commited on
Commit
f611eaa
·
1 Parent(s): 900af72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -10,6 +10,13 @@ tags:
10
 
11
  # carlesoctav/indo-sentence-bert-KD
12
 
 
 
 
 
 
 
 
13
  for more detail, please refers the non-sentence-transformers model: [multi-qa-en-id-mMiniLMv2-L6-H384](https://huggingface.co/carlesoctav/multi-qa-en-id-mMiniLMv2-L6-H384)
14
 
15
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
 
10
 
11
  # carlesoctav/indo-sentence-bert-KD
12
 
13
+
14
+ this model utilize newer version of sentence transformers, if you're having a trouble to use this model, plese try to install the latest version of sentence transformers with
15
+
16
+ ```bash
17
+ pip install --upgrade --force-reinstall --no-deps git+https://github.com/UKPLab/sentence-transformers.git
18
+ ```
19
+
20
  for more detail, please refers the non-sentence-transformers model: [multi-qa-en-id-mMiniLMv2-L6-H384](https://huggingface.co/carlesoctav/multi-qa-en-id-mMiniLMv2-L6-H384)
21
 
22
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.