Add "sentence-transformers" library name
Browse filesHello!
## Pull Request overview
- Add "sentence-transformers" library name
## Details
This allows the model to be found more easily, for HF to put the correct "Use with Model" suggestions, for MTEB to consider this model as "Sentence Transformers compatible", and for the inference API widget to work nicely (though that one might already work fine with Feature Extraction).
- Tom Aarsen
README.md
CHANGED
@@ -13,24 +13,24 @@ model-index:
|
|
13 |
config: french
|
14 |
split: validation
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
- task:
|
35 |
type: Clustering
|
36 |
dataset:
|
@@ -767,6 +767,7 @@ model-index:
|
|
767 |
license: mit
|
768 |
language:
|
769 |
- fr
|
|
|
770 |
---
|
771 |
|
772 |
# Solon Embeddings — large 0.1
|
|
|
13 |
config: french
|
14 |
split: validation
|
15 |
metrics:
|
16 |
+
- type: recall_at_500
|
17 |
+
name: Recall@500
|
18 |
+
value: 92.7
|
19 |
+
- type: recall_at_100
|
20 |
+
name: Recall@100
|
21 |
+
value: 82.7
|
22 |
+
- type: recall_at_10
|
23 |
+
name: Recall@10
|
24 |
+
value: 55.5
|
25 |
+
- type: map_at_10
|
26 |
+
name: MAP@10
|
27 |
+
value: 29.4
|
28 |
+
- type: ndcg_at_10
|
29 |
+
name: nDCG@10
|
30 |
+
value: 35.8
|
31 |
+
- type: mrr_at_10
|
32 |
+
name: MRR@10
|
33 |
+
value: 29.9
|
34 |
- task:
|
35 |
type: Clustering
|
36 |
dataset:
|
|
|
767 |
license: mit
|
768 |
language:
|
769 |
- fr
|
770 |
+
library_name: sentence-transformers
|
771 |
---
|
772 |
|
773 |
# Solon Embeddings — large 0.1
|