finalf0 commited on
Commit
968d461
·
verified ·
1 Parent(s): 682660a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -3,7 +3,7 @@ pipeline_tag: text-classification
3
  ---
4
 
5
  ## MiniCPM-V
6
- **MiniCPM-V** is an efficient version with promising performance for deployment. The model is built based on MiniCPM-2.4B and SigLip-400M, connected by a perceiver resampler. Notable features of MiniCPM-V include:
7
 
8
  - 🚀 **High Efficiency.**
9
 
@@ -17,6 +17,8 @@ pipeline_tag: text-classification
17
 
18
  MiniCPM-V is **the first edge-deployable LMM supporting bilingual multimodal interaction in English and Chinese**. This is achieved by generalizing multimodal capabilities across languages, a technique from our ICLR 2024 spotlight [paper](https://arxiv.org/abs/2308.12038).
19
 
 
 
20
  <div align="center">
21
 
22
  <table style="margin: 0px auto;">
@@ -82,20 +84,25 @@ pipeline_tag: text-classification
82
 
83
  </div>
84
 
 
 
 
85
  <table>
86
  <tr>
87
  <td>
88
  <p>
89
- <img src="data/Mushroom_en.gif" width="400"/>
90
  </p>
91
  </td>
92
  <td>
93
  <p>
94
- <img src="data/Snake_en.gif" width="400"/>
95
  </p>
96
  </td>
97
  </tr>
98
  </table>
 
 
99
 
100
  ## Demo
101
  Click here to try out the Demo of [MiniCPM-V](http://120.92.209.146:80).
 
3
  ---
4
 
5
  ## MiniCPM-V
6
+ **MiniCPM-V** (i.e., OmniLMM-3B)is an efficient version with promising performance for deployment. The model is built based on MiniCPM-2.4B and SigLip-400M, connected by a perceiver resampler. Notable features of MiniCPM-V include:
7
 
8
  - 🚀 **High Efficiency.**
9
 
 
17
 
18
  MiniCPM-V is **the first edge-deployable LMM supporting bilingual multimodal interaction in English and Chinese**. This is achieved by generalizing multimodal capabilities across languages, a technique from our ICLR 2024 spotlight [paper](https://arxiv.org/abs/2308.12038).
19
 
20
+ ### Evaluation
21
+
22
  <div align="center">
23
 
24
  <table style="margin: 0px auto;">
 
84
 
85
  </div>
86
 
87
+
88
+ ### Examples
89
+ <div align="center">
90
  <table>
91
  <tr>
92
  <td>
93
  <p>
94
+ <img src="assets/Mushroom_en.gif" width="400"/>
95
  </p>
96
  </td>
97
  <td>
98
  <p>
99
+ <img src="assets/Snake_en.gif" width="400"/>
100
  </p>
101
  </td>
102
  </tr>
103
  </table>
104
+ </div>
105
+
106
 
107
  ## Demo
108
  Click here to try out the Demo of [MiniCPM-V](http://120.92.209.146:80).