uaritm commited on
Commit
8cdf2f5
1 Parent(s): 12211cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -5,7 +5,15 @@ tags:
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
8
-
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # {MODEL_NAME}
@@ -14,6 +22,14 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
14
 
15
  <!--- Describe your model here -->
16
 
 
 
 
 
 
 
 
 
17
  ## Usage (Sentence-Transformers)
18
 
19
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
@@ -123,5 +139,13 @@ SentenceTransformer(
123
  ```
124
 
125
  ## Citing & Authors
 
 
 
 
 
 
 
 
126
 
127
  <!--- Describe where people can find more information -->
 
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
8
+ - sbert
9
+ - embeddings
10
+ - multilingual
11
+ - en
12
+ - uk
13
+ - ru
14
+ license: mit
15
+ datasets:
16
+ - tatoeba
17
  ---
18
 
19
  # {MODEL_NAME}
 
22
 
23
  <!--- Describe your model here -->
24
 
25
+ # uaritm/multilingual_en_uk_ru
26
+
27
+ 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.
28
+
29
+ An old version of this model is available here: [uaritm/multilingual_en_ru_uk](https://huggingface.co/uaritm/multilingual_en_ru_uk)
30
+ A new model, that adds Vietnamese is available here: [uaritm/enukruvie](https://huggingface.co/uaritm/enukruvie)
31
+ <!--- Describe your model here -->
32
+
33
  ## Usage (Sentence-Transformers)
34
 
35
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
 
139
  ```
140
 
141
  ## Citing & Authors
142
+ ```
143
+ @misc{Uaritm,
144
+ title={sentence-transformers: Semantic similarity of medical texts},
145
+ author={Vitaliy Ostashko},
146
+ year={2023},
147
+ url={https://aihealth.site},
148
+ }
149
+ ```
150
 
151
  <!--- Describe where people can find more information -->