Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# DiTLLaMA-XL-2
|
6 |
+
|
7 |
+
|
8 |
+
# How to Use
|
9 |
+
|
10 |
+
Please refer the [Github](https://github.com/Meituan-AutoML/VisionLLaMA) page for usage.
|
11 |
+
|
12 |
+
# Citation
|
13 |
+
|
14 |
+
```
|
15 |
+
@article{chu2024visionllama,
|
16 |
+
title={VisionLLaMA: A Unified LLaMA Interface for Vision Tasks},
|
17 |
+
author={Chu, Xiangxiang and Su, Jianlin and Zhang, Bo and Shen, Chunhua},
|
18 |
+
journal={arXiv preprint arXiv:2403.00522},
|
19 |
+
year={2024}
|
20 |
+
}
|
21 |
+
```
|