Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ language:
|
|
| 16 |
|
| 17 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
| 18 |
|
| 19 |
-
This particular model has been trained
|
| 20 |
|
| 21 |
## Usage (Sentence-Transformers)
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
| 18 |
|
| 19 |
+
This particular model has been trained on Russian definition-word pairs from dictionary data and crosswords (specifically the data presented [here](https://huggingface.co/datasets/snagbreac/russian-reverse-dictionary-train-data)). As such, it can be used as a reverse dictionary when plugged into the semantic search pipeline as an encoder. It might be useful for something else, but I haven't tested for that so I wouldn't know.
|
| 20 |
|
| 21 |
## Usage (Sentence-Transformers)
|
| 22 |
|