dima-does-code
commited on
Commit
•
40fcad9
1
Parent(s):
4c0c40a
Upload README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,21 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
tags:
|
4 |
-
- sentence-transformers
|
5 |
-
- feature-extraction
|
6 |
-
- sentence-similarity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
license: apache-2.0
|
8 |
---
|
9 |
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
tags:
|
4 |
+
- sentence-transformers
|
5 |
+
- feature-extraction
|
6 |
+
- sentence-similarity
|
7 |
+
language:
|
8 |
+
- ru
|
9 |
+
- en
|
10 |
+
base_model: sentence-transformers/LaBSE
|
11 |
+
inference: false
|
12 |
+
widget:
|
13 |
+
- source_sentence: Каштана
|
14 |
+
sentences:
|
15 |
+
- Astana
|
16 |
+
- Kustanay
|
17 |
+
- Yerevan
|
18 |
+
example_title: Geonames cities
|
19 |
license: apache-2.0
|
20 |
---
|
21 |
|