Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,18 @@ tags:
|
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
-
- transformers
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# {MODEL_NAME}
|
@@ -123,5 +133,12 @@ SentenceTransformer(
|
|
123 |
```
|
124 |
|
125 |
## Citing & Authors
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
<!--- Describe where people can find more information -->
|
|
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
+
- transformers - multilingual - en - ru - uk - pl
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- Helsinki-NLP/tatoeba_mt
|
11 |
+
metrics:
|
12 |
+
- mse
|
13 |
+
language:
|
14 |
+
- uk
|
15 |
+
- en
|
16 |
+
- pl
|
17 |
+
- ru
|
18 |
+
library_name: sentence-transformers
|
19 |
---
|
20 |
|
21 |
# {MODEL_NAME}
|
|
|
133 |
```
|
134 |
|
135 |
## Citing & Authors
|
136 |
+
```
|
137 |
+
@misc{Uaritm,
|
138 |
+
title={SetFit: Classification of medical texts},
|
139 |
+
author={Vitaliy Ostashko},
|
140 |
+
year={2022},
|
141 |
+
url={https://aihealth.site},
|
142 |
+
}
|
143 |
+
```
|
144 |
<!--- Describe where people can find more information -->
|