Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: cc-by-nc-4.0
|
|
| 6 |
|
| 7 |
---
|
| 8 |
## π Description
|
| 9 |
-
Mobile-VideoGPT is an efficient multimodal framework designed to operate with fewer than a billion parameters. Unlike traditional video large multimodal models, Mobile-VideoGPT consists of lightweight dual visual encoders, efficient projectors, and a small language model (SLM)
|
| 10 |
|
| 11 |
**This model contains Mobile-VideoGPT checkpoints with Qwen-2.5-0.5B LLM**
|
| 12 |
|
|
@@ -14,7 +14,7 @@ Mobile-VideoGPT is an efficient multimodal framework designed to operate with fe
|
|
| 14 |
To get started, follow these steps:
|
| 15 |
```
|
| 16 |
git lfs install
|
| 17 |
-
git clone https://huggingface.co/
|
| 18 |
```
|
| 19 |
|
| 20 |
## π Additional Resources
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
## π Description
|
| 9 |
+
Mobile-VideoGPT is an efficient multimodal framework designed to operate with fewer than a billion parameters. Unlike traditional video large multimodal models, Mobile-VideoGPT consists of lightweight dual visual encoders, efficient projectors, and a small language model (SLM) with real-time throughput. We evaluate our model across well-established six video understanding benchmarks (e.g., MVBench, EgoSchema, NextQA, and PerceptionTest), and our results show that Mobile-VideoGPT-0.5B can generate up to 46 tokens per second while outperforming existing state-of-the-art 0.5B-parameter competitors.
|
| 10 |
|
| 11 |
**This model contains Mobile-VideoGPT checkpoints with Qwen-2.5-0.5B LLM**
|
| 12 |
|
|
|
|
| 14 |
To get started, follow these steps:
|
| 15 |
```
|
| 16 |
git lfs install
|
| 17 |
+
git clone https://huggingface.co/Amshaker/Mobile-VideoGPT-0.5B
|
| 18 |
```
|
| 19 |
|
| 20 |
## π Additional Resources
|