Upload README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,14 @@ language:
|
|
19 |
</div>
|
20 |
</div>
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# Introduction
|
23 |
|
24 |
`mdbr-leaf-mt` is a compact high-performance text embedding model designed for classification, clustering, semantic sentence similarity and summarization tasks.
|
@@ -164,7 +172,7 @@ print(f"* Similarities:\n{similarities}")
|
|
164 |
|
165 |
# Evaluation
|
166 |
|
167 |
-
The checkpoint used to produce the scores presented in the paper [is here](https://huggingface.co/MongoDB/mdbr-leaf-mt/commit/
|
168 |
|
169 |
# Citation
|
170 |
|
|
|
19 |
</div>
|
20 |
</div>
|
21 |
|
22 |
+
# Content
|
23 |
+
|
24 |
+
1. [Introduction](#introduction)
|
25 |
+
2. [Technical Report](#technical-report)
|
26 |
+
3. [Highlights](#highlights)
|
27 |
+
4. [Quickstart](#quickstart)
|
28 |
+
5. [Citation](#citation)
|
29 |
+
|
30 |
# Introduction
|
31 |
|
32 |
`mdbr-leaf-mt` is a compact high-performance text embedding model designed for classification, clustering, semantic sentence similarity and summarization tasks.
|
|
|
172 |
|
173 |
# Evaluation
|
174 |
|
175 |
+
The checkpoint used to produce the scores presented in the paper [is here](https://huggingface.co/MongoDB/mdbr-leaf-mt/commit/c342f945a6855346bd5f48d5ee8b7e39120b0ce9).
|
176 |
|
177 |
# Citation
|
178 |
|