littlebird13 thenlper commited on
Commit
5fa9408
·
verified ·
1 Parent(s): d678ef8

update model type and add paper link (#4)

Browse files

- update model type and add paper link (fca0be89612c06ade6b405d299880dbd5feb09ce)


Co-authored-by: Dingkun Long <[email protected]>

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-8B-Base
5
  library_name: transformers
 
6
  ---
7
  # Qwen3-Reranker-8B
8
 
@@ -148,11 +149,10 @@ print("scores: ", scores)
148
  If you find our work helpful, feel free to give us a cite.
149
 
150
  ```
151
- @misc{qwen3-embedding,
152
- title = {Qwen3-Embedding},
153
- url = {https://qwenlm.github.io/blog/qwen3/},
154
- author = {Qwen Team},
155
- month = {May},
156
- year = {2025}
157
  }
158
  ```
 
3
  base_model:
4
  - Qwen/Qwen3-8B-Base
5
  library_name: transformers
6
+ pipeline_tag: text-ranking
7
  ---
8
  # Qwen3-Reranker-8B
9
 
 
149
  If you find our work helpful, feel free to give us a cite.
150
 
151
  ```
152
+ @article{qwen3embedding,
153
+ title={Qwen3 Embedding: Advancing Text Embedding and Reranking Through Foundation Models},
154
+ 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},
155
+ journal={arXiv preprint arXiv:2506.05176},
156
+ year={2025}
 
157
  }
158
  ```