MonolithFoundation commited on
Commit
c6c887e
1 Parent(s): bee336e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -3
README.md CHANGED
@@ -1,3 +1,84 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <img src="assets/a.png" />
3
+ <h1>Bumblebee</h1>
4
+ <h3>Surpassed Close-Source Models: A Breakthrough in Open-Source Advancements</h3>
5
+ <p align="center">
6
+ weights <a href="https://huggingface.co/MonolithFoundation/Bumblebee">🤗</a> | <a href="https://github.com/MonolithFoundation/Bumblebee/issues/1"> wechat group </a> | <a href="https://github.com/MonolithFoundation/Bumblebee"> code </a>
7
+ </p>
8
+
9
+ </div>
10
+
11
+ > 👷We are stressly working on the code cleaning and documentation. Stay tuned! (weights are available)
12
+
13
+ **Bumblebee** is a simple open-source MLLM that has surpassed QwenVL Max on MMBench-Test-CN with a score of **75.8**, using only **open-source data** and **14B LLM parameters**.
14
+
15
+ Thanks to the utilization of the Qwen2 14B model, Bumblebee guarantees superior Chinese performance and outperforms any other open-source model in terms of understanding.
16
+
17
+ We have released the weights solely for research purposes, with the hope of accelerating the democratization of the multi-modal open-source community and making AGI with vision more accessible to everyone.
18
+
19
+ - **Bumblebee has a Simple Design**: It is a 14B LLM-driven multi-modal model, similar to the LLaVA architecture design, incorporating MGM's dual tower visual information input, resulting in enhanced performance in vision tasks.
20
+ - **Bumblebee is Fast:** With a simple **576 tokens/per** image input, it surpasses QwenVL Max in Chinese without the need for any image slicing techniques. With this limited token length, Bumblebee can be easily adapted for video understanding.
21
+ - **Bumblebee is Evolving:** We are currently working on even more extensive and refined designs for multi-modal models. The next generation is expected to be even more powerful.
22
+
23
+ ## News
24
+
25
+ - _2024.04.25_: First version **Bumblebee** droped;
26
+
27
+ ## Results
28
+
29
+ Here are the metrics we have evaluated, although due to limited compute resources and time, we were unable to cover all leaderboards. However, we have focused on the metrics that are more convincing and where cheating is not possible.
30
+
31
+ | Model | MMB-CN-Test | MMB-EN-Test | MMStar(A) | MMStar(C) | MMStar(F) |
32
+ | ---------- | ----------- | ----------- | --------- | --------- | --------- |
33
+ | Bumblebee | **75.8** | 76.8 | **43.8** | **63.2** | **41.2** |
34
+ | QwenVL Max | 75.7 | 77.6 | 36.5 | 46 | 27.2 |
35
+ | Yi-VL-34B | 70.7 | 72.4 | 40.5 | 59.2 | 34 |
36
+ | Omini12B | 62 | 71.7 | 39.6 | 63.6 | 32.4 |
37
+ | GPT4V-1106 | 77 | 74.4 | 50.4 | 65.2 | 38.8 |
38
+
39
+ > It is worth noting that Bumblebee is an open-source model and possibly the smallest among these closed-source models.
40
+
41
+ > Regarding MMStar, as it is a brand new leaderboard, we believe it provides a more fair assessment of a model's true ability, rather than relying solely on potentially cheating leaderboards. Therefore, we give more precise recognition to MMStar here.
42
+
43
+ The results clearly indicate that Bumblebee has achieved remarkable progress compared to other state-of-the-art open-source models. It has even demonstrated compatibility with certain closed-source models. Notably, on MMbench-CN-Test and MMStar, where cheating is not possible, Bumblebee has surpassed QwenVL Max using only 14B parameters.
44
+
45
+ ## Install
46
+
47
+ 1. Download the weights
48
+ 2. Get the codes
49
+ One can first clone this repo:
50
+ ```
51
+ git clone https://github.com/MonolithFoundation/Bumblebee.git
52
+ cd Bumblebee
53
+ ```
54
+ Using MGM like inference code to inference, make sure loading correct vision encoder pretrained weights. (to be added)
55
+
56
+ ## Demo
57
+
58
+ Impressive Chinese results showed by Bumblebee:
59
+ ![](assets/res.webp)
60
+
61
+
62
+ As the result suggested, **Bumblebee** might be one of the most capable Chinese MLLM opensourced as for now.
63
+
64
+ It shows good abilities at:
65
+
66
+ - OCR understanding;
67
+ - Reasoning;
68
+ - Table and Graphic comprehension;
69
+ - Math calculate;
70
+
71
+ If want try it, just download our weights and inference via MGM!
72
+
73
+
74
+ ## Future Plan
75
+
76
+ **Bumblebee** is just the first model release aimed at catching up closed-source models. While it is capable of performing many tasks, it has not yet surpassed closed models by a significant margin.
77
+
78
+ In our pursuit of advancement, we are currently developing even more advanced technologies that will surpass the current state-of-the-art multimodal models. The path we are paving includes:
79
+
80
+ - Video and long sequences support, which is our ultimate goal;
81
+ - The development of a specialized model that works exclusively with documents, incorporating some innovative techniques.
82
+ - Hopefully we can make a new **Optimus Prime** model in the near future.
83
+
84
+ If you were interested in the new progress, please **star and watch** this repo!