mtgv commited on
Commit
a332377
1 Parent(s): 302257f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - MobileVLM
5
  ---
6
+ ## Model Summery
7
+ MobileVLM V2 is a family of significantly improved vision language models upon MobileVLM, which proves that a delicate orchestration of novel architectural design, an improved training scheme tailored for mobile VLMs, and rich high-quality dataset curation can substantially benefit VLMs’ performance. Specifically, MobileVLM V2 1.7B achieves better or on-par performance on standard VLM benchmarks compared with much larger VLMs at the 3B scale. Notably, MobileVLM_V2-3B model outperforms a large variety of VLMs at the 7B+ scale.
8
+
9
+ The MobileVLM_V2-1.7B was built on our [MobileLLaMA-1.4B-Chat](](https://huggingface.co/mtgv/MobileLLaMA-1.4B-Chat)) to facilitate the off-the-shelf deployment.
10
+
11
+ ## Model Sources
12
+ - Repository: https://github.com/Meituan-AutoML/MobileVLM
13
+ - Paper: Coming soon
14
+
15
+ ## How to Get Started with the Model
16
+ Inference examples can be found at [Github](https://github.com/Meituan-AutoML/MobileVLM).