michalk8 commited on
Commit
7a8d3fc
1 Parent(s): d46b05d

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - pytorch
12
  ---
13
  # Introduction
14
- [[`AIMv2 Paper`](#)] [[`BibTeX`](#citation)]
15
 
16
  We introduce the AIMv2 family of vision models pre-trained with a multimodal autoregressive objective.
17
  AIMv2 pre-training is simple and straightforward to train and scale effectively. Some AIMv2 highlights include:
@@ -69,12 +69,14 @@ outputs = model(**inputs)
69
  ## Citation
70
  If you find our work useful, please consider citing us as:
71
  ```bibtex
72
- @misc{fini2024multimodal,
73
- title = {Multimodal Autoregressive Pre-training of Large Vision Encoders},
74
- author = {Enrico Fini and Mustafa Shukor and Xiujun Li and Philipp Dufter and Michal Klein and David Haldimann and Sai Aitharaju and Victor Guilherme Turrisi da Costa and Louis Béthune and Zhe Gan and Alexander T Toshev and Marcin Eichner and Moin Nabi and Yinfei Yang and Joshua M. Susskind and Alaaeldin El-Nouby},
75
- year = {2024},
76
- archivePrefix = {arXiv},
77
- primaryClass = {cs.CV},
 
 
78
  }
79
  ```
80
 
 
11
  - pytorch
12
  ---
13
  # Introduction
14
+ [[`AIMv2 Paper`](https://arxiv.org/abs/2411.14402)] [[`BibTeX`](#citation)]
15
 
16
  We introduce the AIMv2 family of vision models pre-trained with a multimodal autoregressive objective.
17
  AIMv2 pre-training is simple and straightforward to train and scale effectively. Some AIMv2 highlights include:
 
69
  ## Citation
70
  If you find our work useful, please consider citing us as:
71
  ```bibtex
72
+ @misc{fini2024multimodalautoregressivepretraininglarge,
73
+ author = {Fini, Enrico and Shukor, Mustafa and Li, Xiujun and Dufter, Philipp and Klein, Michal and Haldimann, David and Aitharaju, Sai and da Costa, Victor Guilherme Turrisi and Béthune, Louis and Gan, Zhe and Toshev, Alexander T and Eichner, Marcin and Nabi, Moin and Yang, Yinfei and Susskind, Joshua M. and El-Nouby, Alaaeldin},
74
+ url = {https://arxiv.org/abs/2411.14402},
75
+ eprint = {2411.14402},
76
+ eprintclass = {cs.CV},
77
+ eprinttype = {arXiv},
78
+ title = {Multimodal Autoregressive Pre-training of Large Vision Encoders},
79
+ year = {2024},
80
  }
81
  ```
82