JUNJIE99 commited on
Commit
59f673e
·
verified ·
1 Parent(s): b60dcea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -24,7 +24,7 @@ language:
24
  # WeMM-Embedding-9B
25
 
26
  [![Hugging Face](https://img.shields.io/badge/🤗-Hugging%20Face-yellow)](https://huggingface.co/collections/tencent/wemm-embedding)
27
- [![Technical Report](https://img.shields.io/badge/📄-Technical%20Report-red)](https://github.com/Tencent/WeMM-Embedding/blob/main/assets/WeMM_Embedding_tech_report.pdf)
28
  [![GitHub](https://img.shields.io/badge/GitHub-WeMM--Embedding-black?logo=github)](https://github.com/Tencent/WeMM-Embedding)
29
 
30
  WeMM-Embedding-9B is a universal multimodal embedding model built on Qwen3.5. It accepts text, images, videos, visual documents, and interleaved multimodal inputs, and returns a 4,096-dimensional L2-normalized embedding. Audio input is not supported.
@@ -208,13 +208,16 @@ Results on all 190 tasks from Table 2 of the [technical report](https://github.c
208
  Text results use NDCG@5; agent, MCMR, and audio results use Hit@1.
209
 
210
  ## Citation
211
-
212
  ```bibtex
213
- @techreport{wemm_embedding_2026,
214
- title = {WeMM-Embedding: WeChat Multi-Modal Embedding Technical Report},
215
- author = {{WeChat Vision}},
216
- institution = {Tencent Inc.},
217
- year = {2026}
 
 
 
218
  }
219
  ```
220
 
 
24
  # WeMM-Embedding-9B
25
 
26
  [![Hugging Face](https://img.shields.io/badge/🤗-Hugging%20Face-yellow)](https://huggingface.co/collections/tencent/wemm-embedding)
27
+ [![Technical Report](https://img.shields.io/badge/📄-Technical%20Report-red)](https://arxiv.org/abs/2608.24053)
28
  [![GitHub](https://img.shields.io/badge/GitHub-WeMM--Embedding-black?logo=github)](https://github.com/Tencent/WeMM-Embedding)
29
 
30
  WeMM-Embedding-9B is a universal multimodal embedding model built on Qwen3.5. It accepts text, images, videos, visual documents, and interleaved multimodal inputs, and returns a 4,096-dimensional L2-normalized embedding. Audio input is not supported.
 
208
  Text results use NDCG@5; agent, MCMR, and audio results use Hit@1.
209
 
210
  ## Citation
211
+ If you find this repository useful, please consider giving a star ⭐ and citation
212
  ```bibtex
213
+ @article{wemm-embedding,
214
+ title={WeMM-Embedding: WeChat Multi-Modal Embedding Technical Report},
215
+ author={Junjie Zhou and Ke Mei and Lei Li and Tianyi Wang and Fengyun Rao and Jing Lyu},
216
+ year={2026},
217
+ eprint={2608.24053},
218
+ archivePrefix={arXiv},
219
+ primaryClass={cs.CV},
220
+ url={https://arxiv.org/abs/2608.24053},
221
  }
222
  ```
223