Commit
·
e06323f
1
Parent(s):
669a3f3
Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,13 @@ tags:
|
|
9 |
|
10 |
# ruELECTRA large model multitask (cased) for Sentence Embeddings in Russian language.
|
11 |
|
12 |
-
|
13 |
|
14 |
## Usage (HuggingFace Models Repository)
|
15 |
|
16 |
You can use the model directly from the model repository to compute sentence embeddings:
|
17 |
|
|
|
18 |
|
19 |
```python
|
20 |
from transformers import AutoTokenizer, AutoModel
|
|
|
9 |
|
10 |
# ruELECTRA large model multitask (cased) for Sentence Embeddings in Russian language.
|
11 |
|
12 |
+
About model family https://arxiv.org/abs/2003.10555
|
13 |
|
14 |
## Usage (HuggingFace Models Repository)
|
15 |
|
16 |
You can use the model directly from the model repository to compute sentence embeddings:
|
17 |
|
18 |
+
For better quality, use mean token embeddings.
|
19 |
|
20 |
```python
|
21 |
from transformers import AutoTokenizer, AutoModel
|