Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
base_model:
|
| 4 |
-
- microsoft/Phi-4-multimodal-instruct
|
| 5 |
-
pipeline_tag: image-text-to-text
|
| 6 |
-
tags:
|
| 7 |
-
- biomedical
|
| 8 |
-
- multimodal
|
| 9 |
-
- chest-x-ray
|
| 10 |
-
- vlm
|
| 11 |
-
- phi-4
|
| 12 |
-
- preference-optimization
|
| 13 |
-
language:
|
| 14 |
-
- en
|
| 15 |
-
library_name: transformers
|
| 16 |
-
---
|
| 17 |
|
| 18 |
# CheXPO-v2: Preference Optimization for Chest X-ray VLMs with Knowledge Graph Consistency
|
| 19 |
|
|
@@ -44,7 +44,7 @@ from transformers import AutoModelForCausalLM, AutoProcessor
|
|
| 44 |
from PIL import Image
|
| 45 |
|
| 46 |
# Load model and processor
|
| 47 |
-
model_id = "ecoxial2007/CheX-Phi4MM"
|
| 48 |
model = AutoModelForCausalLM.from_pretrained(
|
| 49 |
model_id,
|
| 50 |
device_map="auto",
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- microsoft/Phi-4-multimodal-instruct
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
+
tags:
|
| 7 |
+
- biomedical
|
| 8 |
+
- multimodal
|
| 9 |
+
- chest-x-ray
|
| 10 |
+
- vlm
|
| 11 |
+
- phi-4
|
| 12 |
+
- preference-optimization
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
library_name: transformers
|
| 16 |
+
---
|
| 17 |
|
| 18 |
# CheXPO-v2: Preference Optimization for Chest X-ray VLMs with Knowledge Graph Consistency
|
| 19 |
|
|
|
|
| 44 |
from PIL import Image
|
| 45 |
|
| 46 |
# Load model and processor
|
| 47 |
+
model_id = "ecoxial2007/CheX-Phi4MM-GRPO"
|
| 48 |
model = AutoModelForCausalLM.from_pretrained(
|
| 49 |
model_id,
|
| 50 |
device_map="auto",
|