haonanzhang
commited on
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 |
+
- meta-llama/Llama-3.1-8B-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-LLaMA3-8B | [mm_projector](https://huggingface.co/Tongyi-ConvAI/MMEvol/tree/main/llama3) | LLaMA3-8B | [LLaVA-Pretrain](https://huggingface.co/datasets/liuhaotian/LLaVA-Pretrain) | MMEvol | [ckpt](https://huggingface.co/Tongyi-ConvAI/MMEvol/tree/main/llama3)|
|
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-LLaMA3-8B | 47.8 | 50.1 | 62.3 | 50.0 | 40.8 | 73.9 | 86.8 | 46.4 | 62.6 |
|
31 |
+
|
32 |
+
### VLMEvalKit Not Support (VQADataSet)
|
33 |
+
|
34 |
+
| Model | VQA_v2 | GQA | MIA | MMSInst |
|
35 |
+
| ---------------- | ------ | ---- | ---- | ------- |
|
36 |
+
| MMEvol-LLaMA3-8B | 83.4 | 65.0 | 78.8 | 32.3 |
|
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
|