Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: video-text-to-text
|
4 |
+
---
|
5 |
+
|
6 |
+
# Vamba
|
7 |
+
|
8 |
+
This repo contains model checkpoints for **Vamba-Qwen2-VL-7B**.
|
9 |
+
|
10 |
+
[**🌐 Homepage**](https://tiger-ai-lab.github.io/Vamba/) | [**📖 arXiv**](https://arxiv.org/) | [**💻 GitHub**](https://github.com/TIGER-AI-Lab/Vamba) | [**🤗 Model**](https://huggingface.co/TIGER-Lab/Vamba-Qwen2-VL-7B)
|
11 |
+
|
12 |
+
## Vamba Model Architecture
|
13 |
+
<p align="center">
|
14 |
+
<img src="https://tiger-ai-lab.github.io/Vamba/static/images/vamba.png" width="900">
|
15 |
+
</p>
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
If you find our paper useful, please cite us with
|
23 |
+
```
|
24 |
+
coming soon
|
25 |
+
```
|