Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
# Med-R1
|
| 2 |
-
Med-R1 is a reinforcement learning (RL)-enhanced vision-language model (VLM) designed for medical reasoning across 8 imaging modalities (CT, MRI, Ultrasound, Dermoscopy, Fundus Photography, Optical Coherence Tomography (OCT), Microscopy, and X-ray) and 5 key tasks (modality recognition, anatomy identification, disease diagnosis, lesion grading, and biological attribute analysis). Using Group Relative Policy Optimization (GRPO), Med-R1 improves generalization and trustworthiness, surpassing Qwen2-VL-2B by 29.94% and even outperforming the much larger Qwen2-VL-72B. Our model checkpoints provide researchers with a powerful tool for advancing medical AI with RL-driven enhancements.
|
| 3 |
-
|
| 4 |
-
## Start with the Model
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
## Citation
|
| 8 |
-
|
| 9 |
-
|
| 10 |
---
|
| 11 |
license: apache-2.0
|
| 12 |
datasets:
|
|
@@ -17,4 +8,13 @@ metrics:
|
|
| 17 |
- accuracy
|
| 18 |
base_model:
|
| 19 |
- Qwen/Qwen2-VL-2B-Instruct
|
| 20 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
|
|
|
| 8 |
- accuracy
|
| 9 |
base_model:
|
| 10 |
- Qwen/Qwen2-VL-2B-Instruct
|
| 11 |
+
new_version: Qwen/Qwen2-VL-2B-Instruct
|
| 12 |
+
pipeline_tag: visual-question-answering
|
| 13 |
+
---
|
| 14 |
+
# Med-R1
|
| 15 |
+
Med-R1 is a reinforcement learning (RL)-enhanced vision-language model (VLM) designed for medical reasoning across 8 imaging modalities (CT, MRI, Ultrasound, Dermoscopy, Fundus Photography, Optical Coherence Tomography (OCT), Microscopy, and X-ray) and 5 key tasks (modality recognition, anatomy identification, disease diagnosis, lesion grading, and biological attribute analysis). Using Group Relative Policy Optimization (GRPO), Med-R1 improves generalization and trustworthiness, surpassing Qwen2-VL-2B by 29.94% and even outperforming the much larger Qwen2-VL-72B. Our model checkpoints provide researchers with a powerful tool for advancing medical AI with RL-driven enhancements.
|
| 16 |
+
|
| 17 |
+
## Start with the Model
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Citation
|