BAAI
/

Feature Extraction
Transformers
PyTorch
clip
custom_code
QuanSun commited on
Commit
7db4529
·
verified ·
1 Parent(s): 2a277fc

add paper link

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -7,13 +7,13 @@ datasets:
7
 
8
  <div align="center">
9
 
10
- <h2><a href="http://arxiv.org/abs/">EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters</a></h2>
11
 
12
  [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>
13
 
14
  <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
15
 
16
- [Paper](http://arxiv.org/abs/) | [Github](https://github.com/baaivision/EVA/tree/master/EVA-CLIP-18B)
17
 
18
  </div>
19
 
@@ -183,10 +183,10 @@ You can leverage [deepspeed.zero.Init()](https://deepspeed.readthedocs.io/en/sta
183
  ## BibTeX & Citation
184
 
185
  ```
186
- @article{EVA-CLIP-18B,
187
- title={},
188
- author={},
189
- journal={arXiv preprint arXiv:},
190
- year={2024}
191
  }
192
  ```
 
7
 
8
  <div align="center">
9
 
10
+ <h2><a href="https://arxiv.org/abs/2402.04252">EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters</a></h2>
11
 
12
  [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>
13
 
14
  <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
15
 
16
+ [Paper](https://arxiv.org/abs/2402.04252) | [Github](https://github.com/baaivision/EVA/tree/master/EVA-CLIP-18B)
17
 
18
  </div>
19
 
 
183
  ## BibTeX & Citation
184
 
185
  ```
186
+ @article{EVA-CLIP,
187
+ title={EVA-CLIP-18B: Scaling CLIP to 18 Billion Parameters},
188
+ author={Quan Sun and Jinsheng Wang and Qiying Yu and Yufeng Cui and Fan Zhang and Xiaosong Zhang and Xinlong Wang},
189
+ journal={arXiv preprint arXiv:2402.04252},
190
+ year={2023}
191
  }
192
  ```