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

Add library_name, pipeline_tag and base_model metadata

Browse files

This PR updates the `pipeline_tag` to be `image-text-to-text`, and adds the library name and base model metadata.

It would be great to update the other model repos too :)

Cheers

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