Add pipeline tag and library_name to metadata and link paper
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- MedVLSynther/MedSynVQA-5K-PMC-style
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# MedVLSynther-3B-RL_5K_PMC-style
|
|
@@ -16,7 +18,7 @@ Project Page: https://ucsc-vlaa.github.io/MedVLSynther/
|
|
| 16 |
## Model Description
|
| 17 |
|
| 18 |
MedVLSynther-3B-RL_5K_PMC-style is a 3B parameter medical vision-language model based on Qwen2.5-VL.
|
| 19 |
-
This model has been trained using reinforcement learning on MedSynVQA-5K-PMC-style dataset.
|
| 20 |
|
| 21 |
## Model Details
|
| 22 |
|
|
@@ -47,7 +49,8 @@ processor = AutoProcessor.from_pretrained(model_name)
|
|
| 47 |
messages_1 = [
|
| 48 |
{
|
| 49 |
"role": "system",
|
| 50 |
-
"content": "You will solve a problem/request. You should provide your thoughts within <think> </think> tags before providing the answer
|
|
|
|
| 51 |
},
|
| 52 |
{
|
| 53 |
"role": "user",
|
|
@@ -64,7 +67,8 @@ messages_1 = [
|
|
| 64 |
messages_2 = [
|
| 65 |
{
|
| 66 |
"role": "system",
|
| 67 |
-
"content": "You will solve a problem/request. You should provide your thoughts within <think> </think> tags before providing the answer
|
|
|
|
| 68 |
},
|
| 69 |
{
|
| 70 |
"role": "user",
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 4 |
datasets:
|
| 5 |
- MedVLSynther/MedSynVQA-5K-PMC-style
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
pipeline_tag: image-text-to-text
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
|
| 13 |
# MedVLSynther-3B-RL_5K_PMC-style
|
|
|
|
| 18 |
## Model Description
|
| 19 |
|
| 20 |
MedVLSynther-3B-RL_5K_PMC-style is a 3B parameter medical vision-language model based on Qwen2.5-VL.
|
| 21 |
+
This model has been trained using reinforcement learning on MedSynVQA-5K-PMC-style dataset. It is described in the paper [MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs](https://huggingface.co/papers/2510.25867).
|
| 22 |
|
| 23 |
## Model Details
|
| 24 |
|
|
|
|
| 49 |
messages_1 = [
|
| 50 |
{
|
| 51 |
"role": "system",
|
| 52 |
+
"content": "You will solve a problem/request. You should provide your thoughts within <think> </think> tags before providing the answer.
|
| 53 |
+
Write your final answer within <answer> </answer> tags.",
|
| 54 |
},
|
| 55 |
{
|
| 56 |
"role": "user",
|
|
|
|
| 67 |
messages_2 = [
|
| 68 |
{
|
| 69 |
"role": "system",
|
| 70 |
+
"content": "You will solve a problem/request. You should provide your thoughts within <think> </think> tags before providing the answer.
|
| 71 |
+
Write your final answer within <answer> </answer> tags.",
|
| 72 |
},
|
| 73 |
{
|
| 74 |
"role": "user",
|