Add model card
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model presented in [Awaker2.5-VL: Stably Scaling MLLMs with Parameter-Efficient Mixture of Experts](https://huggingface.co/papers/2411.10669).
|
8 |
+
|
9 |
+
## Citation
|
10 |
+
|
11 |
+
```bibtex
|
12 |
+
@article{awaker2.5-vl,
|
13 |
+
title = {{Awaker2.5-VL}: Stably Scaling MLLMs with Parameter-Efficient Mixture of Experts},
|
14 |
+
author = {Jinqiang Long and Yanqi Dai and Guoxing Yang and Hongpeng Lin and Nanyi Fei and Yizhao Gao and Zhiwu Lu},
|
15 |
+
journal = {arXiv preprint arXiv:2411.10669},
|
16 |
+
year = {2024}
|
17 |
+
}
|
18 |
+
```
|