dleemiller
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ModernBERT Cross-Encoder: Semantic Similarity (STS)
|
2 |
|
3 |
Cross encoders are high performing encoder models that compare two texts and output a 0-1 score.
|
@@ -115,4 +135,4 @@ If you use this model in your research, please cite:
|
|
115 |
|
116 |
## License
|
117 |
|
118 |
-
This model is licensed under the [MIT License](LICENSE).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- dleemiller/wiki-sim
|
5 |
+
- sentence-transformers/stsb
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- spearmanr
|
10 |
+
- pearsonr
|
11 |
+
base_model:
|
12 |
+
- answerdotai/ModernBERT-base
|
13 |
+
pipeline_tag: sentence-similarity
|
14 |
+
library_name: sentence-transformers
|
15 |
+
tags:
|
16 |
+
- cross-encoder
|
17 |
+
- modernbert
|
18 |
+
- sts
|
19 |
+
- stsb
|
20 |
+
---
|
21 |
# ModernBERT Cross-Encoder: Semantic Similarity (STS)
|
22 |
|
23 |
Cross encoders are high performing encoder models that compare two texts and output a 0-1 score.
|
|
|
135 |
|
136 |
## License
|
137 |
|
138 |
+
This model is licensed under the [MIT License](LICENSE).
|