File size: 816 Bytes
a42591d
 
08930fd
 
 
 
 
a42591d
08930fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: apache-2.0
datasets:
- imagenet-1k
metrics:
- accuracy
pipeline_tag: image-classification
---
# VisionLLaMA-Base-MAE

With the Masked Autoencoders' paradigm, VisionLLaMA-Large-MAE model is trained on ImageNet-1K without labels. It retains improvements over classification tasks (SFT, linear probing) on ImageNet-1K. 

| Model |  ImageNet Acc (SFT) |  ImageNet Acc (Linear Probe) | 
| -- | -- | --| 
| VisionLLaMA-Large-MAE (ep800) |85.5 | 77.3 |

# How to Use

Please refer the [Github](https://github.com/Meituan-AutoML/VisionLLaMA) page for usage.

# Citation

```
@article{chu2024visionllama,
  title={VisionLLaMA: A Unified LLaMA Interface for Vision Tasks},
  author={Chu, Xiangxiang and Su, Jianlin and Zhang, Bo and Shen, Chunhua},
  journal={arXiv preprint arXiv:2403.00522},
  year={2024}
}
```