Add library_name, pipeline_tag and base_model metadata

#1
by nielsr HF Staff - opened
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