luisrui commited on
Commit
68fabcb
·
verified ·
1 Parent(s): 7ded8ac

README: fix citation block (use correct @article format with arXiv ID + full author list)

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -95,12 +95,11 @@ in the Space.
95
  ## Citation
96
 
97
  ```bibtex
98
- @misc{modellens2026,
99
- title = {ModelLens: Finding the Best Model for Your Task from Myriads of Models},
100
- author = {Cai, Rui and Mo, Weijie Jacky and Wen, Xiaofei and Ma, Qiyao and
101
- Zhu, Wenhui and Chen, Xiwen and Chen, Muhao and Zhao, Zhe},
102
- year = {2026},
103
- url = {https://huggingface.co/luisrui/ModelLens},
104
  }
105
  ```
106
 
 
95
  ## Citation
96
 
97
  ```bibtex
98
+ @article{cai2026modellens,
99
+ title={ModelLens: Finding the Best for Your Task from Myriads of Models},
100
+ author={Cai, Rui and Mo, Weijie Jacky and Wen, Xiaofei and Ma, Qiyao and Zhu, Wenhui and Chen, Xiwen and Chen, Muhao and Zhao, Zhe},
101
+ journal={arXiv preprint arXiv:2605.07075},
102
+ year={2026}
 
103
  }
104
  ```
105