haonanzhang
commited on
Commit
•
ce04e1d
1
Parent(s):
e7852ea
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2-VL-7B-Instruct
|
9 |
+
pipeline_tag: visual-question-answering
|
10 |
+
---
|
11 |
+
|
12 |
+
# MMEvol Model Card
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
Here are the pretrained weights and instruction tuning weights
|
17 |
+
| Model | Pretrained Projector | Base LLM | PT Data | IT Data | Download |
|
18 |
+
| ---------------- | -------------------- | --------- | ------------------------------------------------------------ | ------- | -------- |
|
19 |
+
| MMEvol-Qwen2-7B | [mm_projector](https://huggingface.co/Tongyi-ConvAI/MMEvol/tree/main/qwen2) | Qwen2-7B | [LLaVA-Pretrain](https://huggingface.co/datasets/liuhaotian/LLaVA-Pretrain) | MMEvol | [ckpt](https://huggingface.co/Tongyi-ConvAI/MMEvol/tree/main/qwen2) |
|
20 |
+
|
21 |
+
## Training dataset
|
22 |
+
- [480k MMEvol Curated Instruction Tuning Data](https://huggingface.co/datasets/Tongyi-ConvAI/MMEvol).
|
23 |
+
|
24 |
+
## Performance
|
25 |
+
|
26 |
+
### VLMEvalKit Support (OpenCompass)
|
27 |
+
|
28 |
+
| Model | MME_C | MMStar | HallBench | MathVista_mini | MMMU_val | AI2D | POPE | BLINK | RWQA |
|
29 |
+
| ---------------- | ----- | ------ | --------- | -------------- | -------- | ---- | ---- | ----- | ---- |
|
30 |
+
| MMEvol-Qwen2-7B | 55.8 | 51.6 | 64.1 | 52.4 | 45.1 | 74.7 | 87.8 | 47.7 | 63.9 |
|
31 |
+
|
32 |
+
### VLMEvalKit Not Support (VQADataSet)
|
33 |
+
|
34 |
+
| Model | VQA_v2 | GQA | MIA | MMSInst |
|
35 |
+
| ---------------- | ------ | ---- | ---- | ------- |
|
36 |
+
| MMEvol-Qwen2-7B | 83.1 | 65.5 | 77.6 | 41.8 |
|
37 |
+
|
38 |
+
|
39 |
+
## Paper or resources for more information
|
40 |
+
- Page: https://mmevol.github.io/
|
41 |
+
- arXiv: https://arxiv.org/pdf/2409.05840
|
42 |
+
|
43 |
+
## License
|
44 |
+
Llama 3 is licensed under the LLAMA 3 Community License,
|
45 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
46 |
+
|
47 |
+
## Contact us if you have any questions
|
48 |
+
|
49 |
+
- Run Luo — r.luo@siat.ac.cn
|
50 |
+
- Haonan Zhang — zchiowal@gmail.com
|