Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,11 @@ language:
|
|
20 |
|
21 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/38Yc1IgU4bH92Wyb43J2I.png" alt="image/png" style="max-width: 75%;">
|
22 |
|
23 |
-
This
|
24 |
-
|
25 |
-
-
|
26 |
-
|
27 |
-
-
|
28 |
-
- This model is a "v1" and we may make improved versions in the future. Or, we may not.
|
29 |
-
|
30 |
|
31 |
## Usage
|
32 |
|
|
|
20 |
|
21 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/38Yc1IgU4bH92Wyb43J2I.png" alt="image/png" style="max-width: 75%;">
|
22 |
|
23 |
+
This [Sentence Transformer Model] (https://www.SBERT.net) converts sentences and paragraphs into a 768-dimensional vector space suitable for tasks such as clustering and semantic search.
|
24 |
+
- This model focuses on the similarity of long documents; use it for comparing embeddings of long text documents
|
25 |
+
- For more info, see the `pszemraj/synthetic-text-similarity` dataset used for training
|
26 |
+
- Pre-trained and tuned for a context length of 16,384
|
27 |
+
- This initial version may be updated in the future.
|
|
|
|
|
28 |
|
29 |
## Usage
|
30 |
|