Update README.md
Browse files
README.md
CHANGED
@@ -33,11 +33,6 @@ Yingda Chen,</span>
|
|
33 |
</p>
|
34 |
|
35 |
|
36 |
-
## 🎺 News
|
37 |
-
- [2025/04/24]: ✨We release the evaluation and demo code.
|
38 |
-
- [2025/04/24]: ✨The paper of UniME is submitted to arxiv.
|
39 |
-
- [2025/04/22]: ✨We release the model weight of UniME in [🤗 Huggingface](https://huggingface.co/collections/DeepGlint-AI/unime-6805fa16ab0071a96bef29d2)
|
40 |
-
|
41 |
## 💡 Highlights
|
42 |
To enhance the MLLM's embedding capability, we propose textual discriminative knowledge distillation. The training process involves decoupling the MLLM's LLM component and processing text with the prompt "Summarize the above sentences in one word.", followed by aligning the student (MLLM) and teacher (NV-Embed V2) embeddings via KL divergence on batch-wise similarity distributions. **Notably, only the LLM component is fine-tuned during this process, while all other parameters remain frozen**.
|
43 |
|
|
|
33 |
</p>
|
34 |
|
35 |
|
|
|
|
|
|
|
|
|
|
|
36 |
## 💡 Highlights
|
37 |
To enhance the MLLM's embedding capability, we propose textual discriminative knowledge distillation. The training process involves decoupling the MLLM's LLM component and processing text with the prompt "Summarize the above sentences in one word.", followed by aligning the student (MLLM) and teacher (NV-Embed V2) embeddings via KL divergence on batch-wise similarity distributions. **Notably, only the LLM component is fine-tuned during this process, while all other parameters remain frozen**.
|
38 |
|