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
|
|
@@ -207,4 +208,4 @@ If you find this project useful in your research, please consider citing:
|
|
| 207 |
journal={arXiv preprint arXiv:2503.10291},
|
| 208 |
year={2025}
|
| 209 |
}
|
| 210 |
-
```
|
|
|
|
| 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.1
|
| 11 |
+
- OpenGVLab/VisualPRM400K
|
| 12 |
language:
|
| 13 |
+
- multilingual
|
| 14 |
tags:
|
| 15 |
+
- internvl
|
| 16 |
+
- custom_code
|
| 17 |
+
new_version: OpenGVLab/VisualPRM-8B-v1_1
|
| 18 |
---
|
| 19 |
|
| 20 |
# VisualPRM-8B
|
|
|
|
| 208 |
journal={arXiv preprint arXiv:2503.10291},
|
| 209 |
year={2025}
|
| 210 |
}
|
| 211 |
+
```
|