Image-Text-to-Text
English
nielsr HF Staff commited on
Commit
d9c869f
·
verified ·
1 Parent(s): e72d4f1

Add model card

Browse files

This PR adds a model card by linking it to the paper [Open-Qwen2VL: Compute-Efficient Pre-Training of Fully-Open Multimodal LLMs on Academic Resources](https://huggingface.co/papers/2504.00595).

It also adds a relevant pipeline tag, a link to the Github repository, and the appropriate license.

Files changed (1) hide show
  1. README.md +11 -0
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