Paul Rock
commited on
Commit
·
e0bcec4
1
Parent(s):
ab41624
Readme updated
Browse files- .gitignore +1 -0
- README.md +11 -8
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
/.idea/
|
README.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
pipeline_tag: sentence-similarity
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Enbeddrus v0.1 D+PC - English and Russian embedder
|
| 12 |
|
| 13 |
-
> This is the model trained on Domain
|
| 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 |
+
pipeline_tag: feature-extraction
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- pytorch
|
| 5 |
+
- sentence-transformers
|
| 6 |
+
- feature-extraction
|
| 7 |
+
- sentence-similarity
|
| 8 |
+
- transformers
|
| 9 |
+
language:
|
| 10 |
+
- ru
|
| 11 |
+
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
# Enbeddrus v0.1 D+PC - English and Russian embedder
|
| 15 |
|
| 16 |
+
> This is the model trained on Domain then on Parallel Corpora, other model is [here](https://huggingface.co/evilfreelancer/enbeddrus-v0.1).
|
| 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
|