BAAI
/

Feature Extraction
Transformers
PyTorch
clip
custom_code
QuanSun commited on
Commit
0c101cb
1 Parent(s): 87eaf3c

add paper link

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -6,13 +6,13 @@ datasets:
6
  ---
7
  <div align="center">
8
 
9
- <h2><a href="http://arxiv.org/abs/">EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters</a></h2>
10
 
11
  [Quan Sun](https://github.com/Quan-Sun)<sup>1*</sup>, [Jinsheng Wang](https://github.com/Wolfwjs/)<sup>1*</sup>, [Qiying Yu](https://yqy2001.github.io)<sup>1,2*</sup>, [Yufeng Cui](https://scholar.google.com/citations?hl=en&user=5Ydha2EAAAAJ)<sup>1</sup>, [Fan Zhang](https://scholar.google.com/citations?user=VsJ39HMAAAAJ)<sup>1</sup>, [Xiaosong Zhang](https://zhangxiaosong18.github.io)<sup>1</sup>, [Xinlong Wang](https://www.xloong.wang/)<sup>1</sup>
12
 
13
  <sup>1</sup> [BAAI](https://www.baai.ac.cn/english.html), <sup>2</sup> [THU](https://air.tsinghua.edu.cn) <br><sup>*</sup> equal contribution
14
 
15
- [Paper](http://arxiv.org/abs/) | [Github](https://github.com/baaivision/EVA/tree/master/EVA-CLIP-18B)
16
 
17
  </div>
18
 
@@ -184,10 +184,10 @@ You can leverage [deepspeed.zero.Init()](https://deepspeed.readthedocs.io/en/sta
184
  ## BibTeX & Citation
185
 
186
  ```
187
- @article{EVA-CLIP-18B,
188
- title={},
189
- author={},
190
- journal={arXiv preprint arXiv:},
191
- year={2024}
192
  }
193
  ```
 
6
  ---
7
  <div align="center">
8
 
9
+ <h2><a href="https://arxiv.org/abs/2402.04252">EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters</a></h2>
10
 
11
  [Quan Sun](https://github.com/Quan-Sun)<sup>1*</sup>, [Jinsheng Wang](https://github.com/Wolfwjs/)<sup>1*</sup>, [Qiying Yu](https://yqy2001.github.io)<sup>1,2*</sup>, [Yufeng Cui](https://scholar.google.com/citations?hl=en&user=5Ydha2EAAAAJ)<sup>1</sup>, [Fan Zhang](https://scholar.google.com/citations?user=VsJ39HMAAAAJ)<sup>1</sup>, [Xiaosong Zhang](https://zhangxiaosong18.github.io)<sup>1</sup>, [Xinlong Wang](https://www.xloong.wang/)<sup>1</sup>
12
 
13
  <sup>1</sup> [BAAI](https://www.baai.ac.cn/english.html), <sup>2</sup> [THU](https://air.tsinghua.edu.cn) <br><sup>*</sup> equal contribution
14
 
15
+ [Paper](https://arxiv.org/abs/2402.04252) | [Github](https://github.com/baaivision/EVA/tree/master/EVA-CLIP-18B)
16
 
17
  </div>
18
 
 
184
  ## BibTeX & Citation
185
 
186
  ```
187
+ @article{EVA-CLIP,
188
+ title={EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters},
189
+ author={Quan Sun and Jinsheng Wang and Qiying Yu and Yufeng Cui and Fan Zhang and Xiaosong Zhang and Xinlong Wang},
190
+ journal={arXiv preprint arXiv:2402.04252},
191
+ year={2023}
192
  }
193
  ```