README: fix citation block (use correct @article format with arXiv ID + full author list)
Browse files
README.md
CHANGED
|
@@ -95,12 +95,11 @@ in the Space.
|
|
| 95 |
## Citation
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
-
@
|
| 99 |
-
title
|
| 100 |
-
author
|
| 101 |
-
|
| 102 |
-
year
|
| 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 |
|