Update README.md
Browse files
README.md
CHANGED
@@ -3,17 +3,18 @@ license: mit
|
|
3 |
pipeline_tag: image-text-to-text
|
4 |
library_name: transformers
|
5 |
base_model:
|
6 |
-
|
7 |
-
|
8 |
base_model_relation: finetune
|
9 |
datasets:
|
10 |
-
|
11 |
-
|
12 |
language:
|
13 |
-
|
14 |
tags:
|
15 |
-
|
16 |
-
|
|
|
17 |
---
|
18 |
|
19 |
# VisualPRM-8B-v1.1
|
@@ -208,4 +209,4 @@ If you find this project useful in your research, please consider citing:
|
|
208 |
journal={arXiv preprint arXiv:2503.10291},
|
209 |
year={2025}
|
210 |
}
|
211 |
-
```
|
|
|
3 |
pipeline_tag: image-text-to-text
|
4 |
library_name: transformers
|
5 |
base_model:
|
6 |
+
- OpenGVLab/InternVL2_5-8B
|
7 |
+
- OpenGVLab/InternVL2_5-8B-MPO
|
8 |
base_model_relation: finetune
|
9 |
datasets:
|
10 |
+
- OpenGVLab/MMPR-v1.2
|
11 |
+
- OpenGVLab/VisualPRM400K-v1.1
|
12 |
language:
|
13 |
+
- multilingual
|
14 |
tags:
|
15 |
+
- internvl
|
16 |
+
- custom_code
|
17 |
+
new_version: OpenGVLab/VisualPRM-8B
|
18 |
---
|
19 |
|
20 |
# VisualPRM-8B-v1.1
|
|
|
209 |
journal={arXiv preprint arXiv:2503.10291},
|
210 |
year={2025}
|
211 |
}
|
212 |
+
```
|