docs: cite the original Vision Transformer paper in the model card

#25
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -82,13 +82,11 @@ For evaluation results on several image classification benchmarks, we refer to t
82
  ### BibTeX entry and citation info
83
 
84
  ```bibtex
85
- @misc{wu2020visual,
86
- title={Visual Transformers: Token-based Image Representation and Processing for Computer Vision},
87
- author={Bichen Wu and Chenfeng Xu and Xiaoliang Dai and Alvin Wan and Peizhao Zhang and Zhicheng Yan and Masayoshi Tomizuka and Joseph Gonzalez and Kurt Keutzer and Peter Vajda},
88
- year={2020},
89
- eprint={2006.03677},
90
- archivePrefix={arXiv},
91
- primaryClass={cs.CV}
92
  }
93
  ```
94
 
 
82
  ### BibTeX entry and citation info
83
 
84
  ```bibtex
85
+ @article{dosovitskiy2020vit,
86
+ title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
87
+ author={Dosovitskiy, Alexey and Beyer, Lucas and Kolesnikov, Alexander and Weissenborn, Dirk and Zhai, Xiaohua and Unterthiner, Thomas and Dehghani, Mostafa and Minderer, Matthias and Heigold, Georg and Gelly, Sylvain and Uszkoreit, Jakob and Houlsby, Neil},
88
+ journal={ICLR},
89
+ year={2021}
 
 
90
  }
91
  ```
92