Update README.md
Browse files
README.md
CHANGED
@@ -130,14 +130,11 @@ Our model is built upon [Aimv2](https://huggingface.co/collections/apple/aimv2-6
|
|
130 |
## Citation
|
131 |
If you find our work useful, please consider citing us as :
|
132 |
```bibtex
|
133 |
-
@
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
archivePrefix={arXiv},
|
139 |
-
primaryClass={cs.CV},
|
140 |
-
url={https://arxiv.org/abs/2507.01643},
|
141 |
}
|
142 |
```
|
143 |
|
|
|
130 |
## Citation
|
131 |
If you find our work useful, please consider citing us as :
|
132 |
```bibtex
|
133 |
+
@article{Wei2025SAILViT,
|
134 |
+
title={AdaLRS: Loss-Guided Adaptive Learning Rate Search for Efficient Foundation Model Pretraining},
|
135 |
+
author={Yin, Weijie and Yang, Dingkang and Dong, Hongyuan and Kang, Zijian and Wang, Jiacong and Liang, Xiao and Feng, Chao and Ran, Jiao},
|
136 |
+
journal={arXiv preprint arXiv:2507.01643},
|
137 |
+
year={2025}
|
|
|
|
|
|
|
138 |
}
|
139 |
```
|
140 |
|