Paul Rock
commited on
Commit
·
de16a5e
1
Parent(s):
6fa6b8e
Description updated
Browse files- .gitignore +1 -0
- README.md +7 -4
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
/.idea/
|
README.md
CHANGED
@@ -1,18 +1,21 @@
|
|
1 |
---
|
2 |
-
library_name: sentence-transformers
|
3 |
-
pipeline_tag: feature-extraction
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Enbeddrus v0.1 PC - English and Russian embedder
|
12 |
|
13 |
-
> This is the model trained on Parallel Corpora only
|
14 |
|
15 |
-
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional
|
16 |
dense vector space and can be used for tasks like clustering or semantic search.
|
17 |
|
18 |
- **Parameters**: 168 million
|
|
|
1 |
---
|
2 |
+
#library_name: sentence-transformers
|
3 |
+
#pipeline_tag: feature-extraction
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
+
language:
|
10 |
+
- ru
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
# Enbeddrus v0.1 PC - English and Russian embedder
|
15 |
|
16 |
+
> This is the model trained on Parallel Corpora only, other model is [here](https://huggingface.co/evilfreelancer/enbeddrus-v0.1-domain).
|
17 |
|
18 |
+
This is a BERT (uncased) [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional
|
19 |
dense vector space and can be used for tasks like clustering or semantic search.
|
20 |
|
21 |
- **Parameters**: 168 million
|