Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ metrics:
|
|
| 10 |
- pearsonr
|
| 11 |
base_model:
|
| 12 |
- answerdotai/ModernBERT-base
|
| 13 |
-
pipeline_tag:
|
| 14 |
library_name: sentence-transformers
|
| 15 |
tags:
|
| 16 |
- cross-encoder
|
|
@@ -21,32 +21,32 @@ tags:
|
|
| 21 |
model-index:
|
| 22 |
- name: CrossEncoder based on answerdotai/ModernBERT-base
|
| 23 |
results:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
---
|
| 51 |
# ModernBERT Cross-Encoder: Semantic Similarity (STS)
|
| 52 |
|
|
|
|
| 10 |
- pearsonr
|
| 11 |
base_model:
|
| 12 |
- answerdotai/ModernBERT-base
|
| 13 |
+
pipeline_tag: text-classification
|
| 14 |
library_name: sentence-transformers
|
| 15 |
tags:
|
| 16 |
- cross-encoder
|
|
|
|
| 21 |
model-index:
|
| 22 |
- name: CrossEncoder based on answerdotai/ModernBERT-base
|
| 23 |
results:
|
| 24 |
+
- task:
|
| 25 |
+
type: semantic-similarity
|
| 26 |
+
name: Semantic Similarity
|
| 27 |
+
dataset:
|
| 28 |
+
name: sts test
|
| 29 |
+
type: sts-test
|
| 30 |
+
metrics:
|
| 31 |
+
- type: pearson_cosine
|
| 32 |
+
value: 0.9162245947821821
|
| 33 |
+
name: Pearson Cosine
|
| 34 |
+
- type: spearman_cosine
|
| 35 |
+
value: 0.9121555789491528
|
| 36 |
+
name: Spearman Cosine
|
| 37 |
+
- task:
|
| 38 |
+
type: semantic-similarity
|
| 39 |
+
name: Semantic Similarity
|
| 40 |
+
dataset:
|
| 41 |
+
name: sts dev
|
| 42 |
+
type: sts-dev
|
| 43 |
+
metrics:
|
| 44 |
+
- type: pearson_cosine
|
| 45 |
+
value: 0.9260833551026787
|
| 46 |
+
name: Pearson Cosine
|
| 47 |
+
- type: spearman_cosine
|
| 48 |
+
value: 0.9236030687487745
|
| 49 |
+
name: Spearman Cosine
|
| 50 |
---
|
| 51 |
# ModernBERT Cross-Encoder: Semantic Similarity (STS)
|
| 52 |
|