Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ base_model:
|
|
40 |
|
41 |
This model is a Sentence Transformers model trained for semantic textual similarity and embedding tasks. It maps sentences and paragraphs to a dense vector space, where semantically similar texts are close together.
|
42 |
|
43 |
-
The model is trained in two sizes: **Small** and **Large**
|
44 |
|
45 |
## Usage
|
46 |
|
|
|
40 |
|
41 |
This model is a Sentence Transformers model trained for semantic textual similarity and embedding tasks. It maps sentences and paragraphs to a dense vector space, where semantically similar texts are close together.
|
42 |
|
43 |
+
The model is trained in two sizes: [**Small**](https://huggingface.co/PartAI/Tooka-SBERT-V2-Small/) and [**Large**](https://huggingface.co/PartAI/Tooka-SBERT-V2-Large/)
|
44 |
|
45 |
## Usage
|
46 |
|