AirRain03 commited on
Commit
e56cb14
·
verified ·
1 Parent(s): eb26a5b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ base_model: Qwen/Qwen2.5-VL-32B-Instruct
5
+ ---
6
+
7
+ # qwen2vl_32b
8
+
9
+ This is a PE-finetuned Qwen2.5-VL prompt-enrichment checkpoint for PIPBench.
10
+ It takes PIPBench reference images plus the original text prompt and outputs an
11
+ enriched prompt. Generate final images by running Qwen-Image with the enriched
12
+ prompt.
13
+
14
+ These weights come from the PIPBench codex/ablations/PE experiments and are
15
+ not QIP checkpoints.