lemon-mint
commited on
Commit
•
23d0e74
1
Parent(s):
bd648e0
Update README.md
Browse files
README.md
CHANGED
@@ -15,13 +15,13 @@ pipeline_tag: sentence-similarity
|
|
15 |
|
16 |
- **This is a preview model, I will release better models in the future, so don't invest too much resources on it.**
|
17 |
|
18 |
-
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [
|
19 |
|
20 |
## Model Details
|
21 |
|
22 |
### Model Description
|
23 |
- **Model Type:** Sentence Transformer
|
24 |
-
- **Base model:** [
|
25 |
- **Maximum Sequence Length:** 512 tokens
|
26 |
- **Output Dimensionality:** 768 tokens
|
27 |
- **Similarity Function:** Cosine Similarity
|
|
|
15 |
|
16 |
- **This is a preview model, I will release better models in the future, so don't invest too much resources on it.**
|
17 |
|
18 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
19 |
|
20 |
## Model Details
|
21 |
|
22 |
### Model Description
|
23 |
- **Model Type:** Sentence Transformer
|
24 |
+
- **Base model:** [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE)
|
25 |
- **Maximum Sequence Length:** 512 tokens
|
26 |
- **Output Dimensionality:** 768 tokens
|
27 |
- **Similarity Function:** Cosine Similarity
|