nielsr HF Staff commited on
Commit
fc246d1
·
verified ·
1 Parent(s): 2e248c6

Add library name, pipeline tag, and link to code

Browse files

This PR adds library name, pipeline tag, link to code, and ensures the "how to use" button appears on the top right.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  <div align="center">
@@ -15,6 +17,7 @@ We launch **EVA**, a vision-centric foundation model to **E**xplore the limits o
15
 
16
  ***EVA is the first open-sourced billion-scale vision foundation model that achieves state-of-the-art performance on a broad range of downstream tasks.***
17
 
 
18
  </div>
19
 
20
 
@@ -180,5 +183,4 @@ The content of this project itself is licensed under the MIT License.
180
  For help or issues using EVA, please open a GitHub [issue](https://github.com/baaivision/EVA/issues/new).
181
 
182
  **We are hiring** at all levels at BAAI Vision Team, including full-time researchers, engineers and interns.
183
- If you are interested in working with us on **foundation model, self-supervised learning and multimodal learning**, please contact [Yue Cao](http://yue-cao.me/) (`caoyue@baai.ac.cn`) and [Xinlong Wang](https://www.xloong.wang/) (`wangxinlong@baai.ac.cn`).
184
-
 
1
  ---
2
  license: mit
3
+ library_name: pytorch
4
+ pipeline_tag: image-classification
5
  ---
6
 
7
  <div align="center">
 
17
 
18
  ***EVA is the first open-sourced billion-scale vision foundation model that achieves state-of-the-art performance on a broad range of downstream tasks.***
19
 
20
+ This repository hosts the pretrained weights for the models described in the paper [EVA: Exploring the Limits of Masked Visual Representation Learning at Scale](https://arxiv.org/abs/2211.07636). You can find a basic usage example in the Github repository, which can be found at https://github.com/baaivision/EVA.
21
  </div>
22
 
23
 
 
183
  For help or issues using EVA, please open a GitHub [issue](https://github.com/baaivision/EVA/issues/new).
184
 
185
  **We are hiring** at all levels at BAAI Vision Team, including full-time researchers, engineers and interns.
186
+ If you are interested in working with us on **foundation model, self-supervised learning and multimodal learning**, please contact [Yue Cao](http://yue-cao.me/) (`caoyue@baai.ac.cn`) and [Xinlong Wang](https://www.xloong.wang/) (`wangxinlong@baai.ac.cn`).