Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ru
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
library_name: transformers
|
11 |
+
pipeline_tag: sentence-similarity
|
12 |
+
tags:
|
13 |
+
- mteb
|
14 |
+
- retrieval
|
15 |
+
- retriever
|
16 |
+
- pruned
|
17 |
+
- e5
|
18 |
+
---
|
19 |
+
|
20 |
+
# E5-large-en-ru
|
21 |
+
|
22 |
+
## Model info
|
23 |
+
|
24 |
+
This is vocabulary pruned version of [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large).
|
25 |
+
|
26 |
+
Uses only russian and english tokens.
|
27 |
+
|
28 |
+
| | intfloat/multilingual-e5-large | d0rj/e5-large-en-ru |
|
29 |
+
| --- | --- | --- |
|
30 |
+
| Model size (MB) | 2135.82 | 1394.8 |
|
31 |
+
| Params (count) | 559,890,946 | 365,638,14 |
|
32 |
+
| Word embeddings dim | 256,002,048 | 61,749,248 |
|