Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model described in [Open-Qwen2VL: Compute-Efficient Pre-Training of Fully-Open Multimodal LLMs on Academic Resources](https://huggingface.co/papers/2504.00595).
|
| 8 |
+
|
| 9 |
+
Project page: https://victorwz.github.io/Open-Qwen2VL
|
| 10 |
+
|
| 11 |
+
For code and usage instructions, please refer to the official codebase: https://github.com/Victorwz/Open-Qwen2VL
|