Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,14 @@ tags:
|
|
10 |
- feature-extraction
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
`Lychee-embed` is the latest generalist text embedding model based on the `Qwen2.5` model. It is suitable for text retrieval (semantic correlation), text similarity and other downstream tasks, and supports multiple languages of `Qwen2.5`.
|
18 |
`Lychee-embed` is jointly developed by the NLP Team of Harbin Institute of Technology, Shenzhen and is built based on an innovative multi-stage training framework (warm-up, task-learning, model merging, annealing).
|
|
|
10 |
- feature-extraction
|
11 |
---
|
12 |
|
13 |
+
<a href="https://github.com/vec-ai/lychee-embed">
|
14 |
+
<img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white">
|
15 |
+
</a>
|
16 |
+
<a href="https://openreview.net/pdf?id=NC6G1KCxlt">
|
17 |
+
<img src="https://img.shields.io/badge/Paper-Openreview-red">
|
18 |
+
</a>
|
19 |
|
20 |
+
# Lychee Embed
|
21 |
|
22 |
`Lychee-embed` is the latest generalist text embedding model based on the `Qwen2.5` model. It is suitable for text retrieval (semantic correlation), text similarity and other downstream tasks, and supports multiple languages of `Qwen2.5`.
|
23 |
`Lychee-embed` is jointly developed by the NLP Team of Harbin Institute of Technology, Shenzhen and is built based on an innovative multi-stage training framework (warm-up, task-learning, model merging, annealing).
|