scikkk nielsr HF Staff commited on
Commit
7cf8a39
·
verified ·
1 Parent(s): 641f04d

Add library_name, pipeline_tag and base_model metadata (#1)

Browse files

- Add library_name, pipeline_tag and base_model metadata (bad7a1cce8bd53708208da866953b9ec387c5bc7)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,7 +4,10 @@ language:
4
  - en
5
  metrics:
6
  - accuracy
7
- pipeline_tag: text-generation
 
 
 
8
  ---
9
  # MathCoder-VL: Bridging Vision and Code for Enhanced Multimodal Mathematical Reasoning
10
 
 
4
  - en
5
  metrics:
6
  - accuracy
7
+ pipeline_tag: image-text-to-text
8
+ library_name: transformers
9
+ base_model:
10
+ - OpenGVLab/InternVL2-8B
11
  ---
12
  # MathCoder-VL: Bridging Vision and Code for Enhanced Multimodal Mathematical Reasoning
13