shihab17 commited on
Commit
5376b9b
1 Parent(s): b17a29e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -12,14 +12,15 @@ tags:
12
 
13
  Sentence Transformer is a cutting-edge natural language processing (NLP) model that is capable of encoding and transforming sentences into high-dimensional embeddings. With this technology, we can unlock powerful insights and applications in various fields like text classification, information retrieval, semantic search, and more.
14
 
15
- This model is finetune from ```stsb-xlm-r-multilingual```
16
- it's now available on Hugging Face! 🎉🎉
17
 
18
  ## Install
 
 
19
 
20
  ```
21
- pip install -U sentence-transformers
22
- ```
23
 
24
  ```python
25
  from sentence_transformers import SentenceTransformer
 
12
 
13
  Sentence Transformer is a cutting-edge natural language processing (NLP) model that is capable of encoding and transforming sentences into high-dimensional embeddings. With this technology, we can unlock powerful insights and applications in various fields like text classification, information retrieval, semantic search, and more.
14
 
15
+ This model is finetuned from ```stsb-xlm-r-multilingual```
16
+ It's now available on Hugging Face! 🎉🎉
17
 
18
  ## Install
19
+ ## Usage (Sentence-Transformers)
20
+ Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
21
 
22
  ```
23
+ pip i
 
24
 
25
  ```python
26
  from sentence_transformers import SentenceTransformer