Add pipeline tag and library name to model card
Browse filesThis PR improves the model card by adding the `pipeline_tag` and `library_name` to the metadata. This will improve discoverability and usability of the model.
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- Cierra0506/MM-K12
|
5 |
language:
|
6 |
- en
|
7 |
- zh
|
8 |
-
|
9 |
-
|
|
|
10 |
---
|
11 |
|
12 |
# MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- OpenGVLab/InternVL2_5-8B
|
4 |
datasets:
|
5 |
- Cierra0506/MM-K12
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
+
license: mit
|
10 |
+
pipeline_tag: table-question-answering
|
11 |
+
library_name: transformers
|
12 |
---
|
13 |
|
14 |
# MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision
|