xupy21 commited on
Commit
7100c8f
·
verified ·
1 Parent(s): 16c766f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - visual-question-answering
5
+ - image-text-to-text
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 10K<n<100K
10
+ tags:
11
+ - multimodal
12
+ - vision-language
13
+ - reinforcement-learning
14
+ - context-aware
15
+ - contrastive
16
  ---
17
+ # ContextRL-Multimodal-Qwen2.5-VL
18
+ The multimodal training set for **ContextRL**, used to train
19
+ **[ContextRL-Qwen2.5-VL-7B](https://huggingface.co/xupy21/ContextRL_Qwen2.5_VL_7B)**, from
20
+ the paper **Context-Aware RL for Agentic and Multimodal LLMs**. It is formatted for the
21
+ Qwen2.5-VL chat template.
22
+
23
+ ## Setup
24
+ Training and evaluation code, data construction pipelines, and detailed configurations are
25
+ available in the repository:
26
+ 👉 **https://github.com/xupy2003/ContextAwareRL**