yonilev commited on
Commit
0282c5b
·
verified ·
1 Parent(s): b72b614

Upload embeddings_manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. embeddings_manifest.json +36 -0
embeddings_manifest.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_model": "intfloat/multilingual-e5-small",
3
+ "dim": 384,
4
+ "n_vectors": 10025,
5
+ "e5_family": true,
6
+ "bakeoff": [
7
+ {
8
+ "model": "intfloat/multilingual-e5-small",
9
+ "params_M": 117.7,
10
+ "dim": 384,
11
+ "encode_sec": 15.0,
12
+ "recall@1": 0.9675,
13
+ "recall@3": 0.934,
14
+ "recall@5": 0.9114
15
+ },
16
+ {
17
+ "model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
18
+ "params_M": 117.7,
19
+ "dim": 384,
20
+ "encode_sec": 17.4,
21
+ "recall@1": 0.909,
22
+ "recall@3": 0.872,
23
+ "recall@5": 0.8484
24
+ },
25
+ {
26
+ "model": "sentence-transformers/distiluse-base-multilingual-cased-v2",
27
+ "params_M": 134.7,
28
+ "dim": 512,
29
+ "encode_sec": 19.5,
30
+ "recall@1": 0.8765,
31
+ "recall@3": 0.8338,
32
+ "recall@5": 0.8083
33
+ }
34
+ ],
35
+ "built_at": "2026-06-23T11:38:06.847021+00:00"
36
+ }