Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,60 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
- vision
|
| 7 |
- multimodal
|
| 8 |
-
- visual-reasoning
|
| 9 |
-
- qwen2.5-vl
|
| 10 |
- vlm
|
|
|
|
|
|
|
|
|
|
| 11 |
- edge-ai
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
-
<p align="center">
|
| 24 |
-
<img src="./banner.png" width="75%">
|
| 25 |
-
</p>
|
| 26 |
-
|
| 27 |
-
|
| 28 |
# Apollo-VL-Edge-3B
|
| 29 |
|
| 30 |
> **Intelligence isn't about scale. It's about precision.**
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
## Overview
|
| 33 |
|
| 34 |
**Apollo-VL-Edge-3B** is an efficient Vision-Language Model (VLM) developed by **Pluto AI Labs**, built on top of [`Qwen/Qwen2.5-VL-3B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct).
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- vision
|
| 7 |
- multimodal
|
|
|
|
|
|
|
| 8 |
- vlm
|
| 9 |
+
- qwen2_5_vl
|
| 10 |
+
- ocr
|
| 11 |
+
- chart-understanding
|
| 12 |
- edge-ai
|
| 13 |
+
pipeline_tag: image-text-to-text
|
| 14 |
+
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
| 15 |
+
model-index:
|
| 16 |
+
- name: Apollo-VL-Edge-3B
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: visual-question-answering
|
| 20 |
+
name: Visual Question Answering
|
| 21 |
+
dataset:
|
| 22 |
+
name: ChartQA
|
| 23 |
+
type: HuggingFaceM4/ChartQA
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Relaxed Accuracy
|
| 26 |
+
type: relaxed_accuracy
|
| 27 |
+
value: 78.60
|
| 28 |
+
- task:
|
| 29 |
+
type: visual-question-answering
|
| 30 |
+
name: Science Diagram Reasoning
|
| 31 |
+
dataset:
|
| 32 |
+
name: AI2D
|
| 33 |
+
type: lmms-lab/ai2d
|
| 34 |
+
metrics:
|
| 35 |
+
- name: Exact Match Accuracy
|
| 36 |
+
type: accuracy
|
| 37 |
+
value: 77.98
|
| 38 |
+
- task:
|
| 39 |
+
type: visual-question-answering
|
| 40 |
+
name: Dense Document OCR
|
| 41 |
+
dataset:
|
| 42 |
+
name: OCRBench
|
| 43 |
+
type: Echo-407/OCRBench
|
| 44 |
+
metrics:
|
| 45 |
+
- name: OCRBench Score
|
| 46 |
+
type: score
|
| 47 |
+
value: 786.0
|
| 48 |
---
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
# Apollo-VL-Edge-3B
|
| 51 |
|
| 52 |
> **Intelligence isn't about scale. It's about precision.**
|
| 53 |
|
| 54 |
+
<p align="center">
|
| 55 |
+
<img src="./banner.png" width="75%">
|
| 56 |
+
</p>
|
| 57 |
+
|
| 58 |
## Overview
|
| 59 |
|
| 60 |
**Apollo-VL-Edge-3B** is an efficient Vision-Language Model (VLM) developed by **Pluto AI Labs**, built on top of [`Qwen/Qwen2.5-VL-3B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct).
|