Update README.md
Browse files
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 |
|
265 |
-
| 4 |
|
266 |
-
| 16 |
|
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{
|
304 |
-
title={EVA:
|
305 |
-
author={Fang, Yuxin and
|
306 |
-
journal={arXiv preprint arXiv:
|
307 |
-
year={
|
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 |
```
|