ziangziang
commited on
Commit
•
422c888
1
Parent(s):
1ea136f
Upload 3 files
Browse files- .gitattributes +2 -0
- README.md +14 -1
- ggml-model-q4_k.gguf +3 -0
- mmproj-model-f16.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ggml-model-q4_k.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mmproj-model-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- MobileVLM V2
|
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: [MobileVLM V2: Faster and Stronger Baseline for Vision Language Model](https://arxiv.org/abs/2402.03766)
|
14 |
+
|
15 |
+
## How to Get Started with the Model
|
16 |
+
Inference examples can be found at [Github](https://github.com/Meituan-AutoML/MobileVLM).
|
ggml-model-q4_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15d4bd09293404831902c23dd898aa2cc7b4b223b6c39a64e330601ef72d99db
|
3 |
+
size 791817856
|
mmproj-model-f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57966afa654e9d46a11b2a4b17989c2d487cd961f702c4fe310f86db5e30aab4
|
3 |
+
size 595103072
|