thenlper commited on
Commit
f6b4bd9
·
verified ·
1 Parent(s): 5790622

update model type and add paper link

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen3-4B-Base
5
  library_name: transformers
 
6
  ---
7
  # Qwen3-Reranker-4B
8
 
@@ -237,11 +238,10 @@ destroy_model_parallel()
237
  If you find our work helpful, feel free to give us a cite.
238
 
239
  ```
240
- @misc{qwen3-embedding,
241
- title = {Qwen3-Embedding},
242
- url = {https://qwenlm.github.io/blog/qwen3/},
243
- author = {Qwen Team},
244
- month = {May},
245
- year = {2025}
246
  }
247
  ```
 
3
  base_model:
4
  - Qwen/Qwen3-4B-Base
5
  library_name: transformers
6
+ pipeline_tag: text-ranking
7
  ---
8
  # Qwen3-Reranker-4B
9
 
 
238
  If you find our work helpful, feel free to give us a cite.
239
 
240
  ```
241
+ @article{qwen3embedding,
242
+ title={Qwen3 Embedding: Advancing Text Embedding and Reranking Through Foundation Models},
243
+ author={Zhang, Yanzhao and Li, Mingxin and Long, Dingkun and Zhang, Xin and Lin, Huan and Yang, Baosong and Xie, Pengjun and Yang, An and Liu, Dayiheng and Lin, Junyang and Huang, Fei and Zhou, Jingren},
244
+ journal={arXiv preprint arXiv:2506.05176},
245
+ year={2025}
 
246
  }
247
  ```