Visual Question Answering
Transformers
Safetensors
English
Chinese
minicpmv
feature-extraction
custom_code
Eval Results
Instructions to use openbmb/MiniCPM-V-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-V-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="openbmb/MiniCPM-V-2", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-V-2", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,13 +30,13 @@ pipeline_tag: visual-question-answering
|
|
| 30 |
## Evaluation <!-- omit in toc -->
|
| 31 |
|
| 32 |
<div align="center">
|
| 33 |
-
<img src=/openbmb/MiniCPM-V-2.0/resolve/main/assets/minicpmv-2-peformance2.png width=
|
| 34 |
</div>
|
| 35 |
<details>
|
| 36 |
<summary>Click to view results on TextVQA, DocVQA, OCRBench, OpenCompass, MME, MMBench, MMMU, MathVista, LLaVA Bench, Object HalBench. </summary>
|
| 37 |
<div align="center">
|
| 38 |
<div align="center">
|
| 39 |
-
<img src=/openbmb/MiniCPM-V-2.0/resolve/main/assets/minicpmv-2-benchmark2.png width=
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<table style="margin: 0px auto;">
|
|
|
|
| 30 |
## Evaluation <!-- omit in toc -->
|
| 31 |
|
| 32 |
<div align="center">
|
| 33 |
+
<img src=/openbmb/MiniCPM-V-2.0/resolve/main/assets/minicpmv-2-peformance2.png width=100% />
|
| 34 |
</div>
|
| 35 |
<details>
|
| 36 |
<summary>Click to view results on TextVQA, DocVQA, OCRBench, OpenCompass, MME, MMBench, MMMU, MathVista, LLaVA Bench, Object HalBench. </summary>
|
| 37 |
<div align="center">
|
| 38 |
<div align="center">
|
| 39 |
+
<img src=/openbmb/MiniCPM-V-2.0/resolve/main/assets/minicpmv-2-benchmark2.png width=140% />
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<table style="margin: 0px auto;">
|