Update README.md
Browse files
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
|
16 |
-
|
17 |
|
18 |
## Install
|
|
|
|
|
19 |
|
20 |
```
|
21 |
-
pip
|
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
|