Image Classification
Transformers
Safetensors
PyTorch
timm_wrapper
Not-For-All-Audiences
ccabrerafreepik commited on
Commit
1fe00ad
·
verified ·
1 Parent(s): a6f99f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -261,9 +261,9 @@ Example output:
261
  | 1 | 28 | 540 | BF16 using PIL images |
262
  | 4 | 110 | 640 | BF16 using PIL images |
263
  | 16 | 412 | 1144 | BF16 using PIL images |
264
- | 1 | 19 | 540 | BF16 using torch tensor |
265
- | 4 | 45 | 640 | BF16 using torch tensor |
266
- | 16 | 135 | 1144 | BF16 using torch tensor |
267
 
268
  **Notes:**
269
  * The model has been trained in bf16 so it is **recommended to use it in bf16**.
@@ -299,12 +299,13 @@ If you use this model in your research or project, please cite it as:
299
 
300
  This model is based on the EVA architecture ([timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k](https://huggingface.co/timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k)), as described in the following paper:
301
 
 
 
302
  ```bibtex
303
- @article{fang2022eva,
304
- title={EVA: Exploring the Limits of Masked Visual Representation Learning at Scale},
305
- author={Fang, Yuxin and Wang, Wen and Xie, Binhui and Sun, Quan and Wu, Ledell and Wang, Xinggang and Huang, Tiejun and Wang, Xinlong and Cao, Yue},
306
- journal={arXiv preprint arXiv:2211.07636},
307
- year={2022},
308
- url={https://arxiv.org/abs/2211.07636}
309
  }
310
  ```
 
261
  | 1 | 28 | 540 | BF16 using PIL images |
262
  | 4 | 110 | 640 | BF16 using PIL images |
263
  | 16 | 412 | 1144 | BF16 using PIL images |
264
+ | 1 | 10 | 540 | BF16 using torch tensor |
265
+ | 4 | 33 | 640 | BF16 using torch tensor |
266
+ | 16 | 102 | 1144 | BF16 using torch tensor |
267
 
268
  **Notes:**
269
  * The model has been trained in bf16 so it is **recommended to use it in bf16**.
 
299
 
300
  This model is based on the EVA architecture ([timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k](https://huggingface.co/timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k)), as described in the following paper:
301
 
302
+ EVA-02: A Visual Representation for Neon Genesis - https://arxiv.org/abs/2303.11331
303
+
304
  ```bibtex
305
+ @article{EVA02,
306
+ title={EVA-02: A Visual Representation for Neon Genesis},
307
+ author={Fang, Yuxin and Sun, Quan and Wang, Xinggang and Huang, Tiejun and Wang, Xinlong and Cao, Yue},
308
+ journal={arXiv preprint arXiv:2303.11331},
309
+ year={2023}
 
310
  }
311
  ```