nielsr HF Staff commited on
Commit
44c1fcf
·
verified ·
1 Parent(s): 3836b2d

Add pipeline tag and library name to model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - Cierra0506/MM-K12
5
  language:
6
  - en
7
  - zh
8
- base_model:
9
- - OpenGVLab/InternVL2_5-8B
 
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