Image-Text-to-Text
Transformers
Safetensors
English
internvl_chat
feature-extraction
mathematics
reasoning
multi-modal-qa
math-qa
figure-qa
geometry-qa
math-word-problem
textbook-qa
vqa
geometry-diagram
synthetic-scene
chart
plot
scientific-figure
table
function-plot
abstract-scene
puzzle-test
document-image
science
conversational
custom_code
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]>
README.md
CHANGED
@@ -4,7 +4,10 @@ language:
|
|
4 |
- en
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
pipeline_tag: text-
|
|
|
|
|
|
|
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 |
|