Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -4,12 +4,30 @@ language:
4
  - en
5
  base_model:
6
  - Qwen/Qwen2.5-VL-7B-Instruct
 
 
 
 
 
 
7
  ---
 
8
  # EvoLMM — LoRA Adapters for Qwen2.5-VL
9
 
10
  Lightweight **LoRA** adapters for the **EvoLMM** framework built on **Qwen/Qwen2.5-VL-7B-Instruct**.
11
  Use these adapters with the base model to run inference or evaluation without full fine-tuning weights.
12
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ## Requirements
15
 
 
4
  - en
5
  base_model:
6
  - Qwen/Qwen2.5-VL-7B-Instruct
7
+ tags:
8
+ - self-reward
9
+ - unsupervised-learning
10
+ - code
11
+ pipeline_tag: image-text-to-text
12
+ library_name: transformers
13
  ---
14
+
15
  # EvoLMM — LoRA Adapters for Qwen2.5-VL
16
 
17
  Lightweight **LoRA** adapters for the **EvoLMM** framework built on **Qwen/Qwen2.5-VL-7B-Instruct**.
18
  Use these adapters with the base model to run inference or evaluation without full fine-tuning weights.
19
 
20
+ <div align="left" style="line-height: 1;">
21
+ <a href="https://mbzuai-oryx.github.io/EvoLMM/" target="_blank" style="margin: 2px;">
22
+ <img src="https://img.shields.io/badge/Project-Website-f68946" alt="Project Page"
23
+ </a>
24
+ <a href="https://github.com/mbzuai-oryx/EvoLMM" target="_blank" style="margin: 2px;">
25
+ <img alt="GitHub" src="https://img.shields.io/badge/GitHub-EvoLMM-000?logo=github&color=0000FF"/>
26
+ </a>
27
+ <a href="https://arxiv.org/abs/2511.16672" target="_blank" style="margin: 2px;">
28
+ <img src="https://img.shields.io/badge/arXiv-Paper-008ad7?logo=arxiv" alt="arXiv">
29
+ </a>
30
+ </div>
31
 
32
  ## Requirements
33