Amshaker commited on
Commit
f5ace4b
Β·
verified Β·
1 Parent(s): fb01702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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), enabling real-time inference on resource-constrained platforms. 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,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/Abdelrahman-shaker/Mobile-VideoGPT-0.5B
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