File size: 1,459 Bytes
881cc39
 
 
 
e522421
 
 
 
 
 
06b77a5
e522421
 
78905f0
e522421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: apache-2.0
---

# πŸ‘οΈ VideoGPT+ (Phi-3-mini-4K 3.8B)

---
## πŸ“ Description
VideoGPT+ integrates image and video encoders to leverage detailed spatial understanding and global temporal context, respectively. It processes videos in segments using adaptive pooling on features from both encoders, enhancing performance across various video benchmarks.

**This model contains VideoGPT+ checkpoints with Phi-3-Mini-4K 3.8B LLM for VCGBench, VCGBench-Diverse and MVBench benchmarks.**

## πŸ’» Download
To get started, follow these steps:
   ```
   git lfs install
   git clone https://huggingface.co/MBZUAI/VideoGPT-plus_Phi3-mini-4k
   ```

## πŸ“š Additional Resources
- **Paper:** [ArXiv](https://arxiv.org/abs/2406.09418).
- **GitHub Repository:** For training and updates: [GitHub - GLaMM](https://github.com/mbzuai-oryx/VideoGPT-plus).
- **HuggingFace Collection:** For downloading the pretrained checkpoints, VCGBench-Diverse Benchmarks and Training data, visit [HuggingFace Collection - VideoGPT+](https://huggingface.co/collections/MBZUAI/videogpt-665c8643221dda4987a67d8d).

## πŸ“œ Citations and Acknowledgments

```bibtex
  @article{Maaz2024VideoGPT+,
      title={VideoGPT+: Integrating Image and Video Encoders for Enhanced Video Understanding},
      author={Maaz, Muhammad and Rasheed, Hanoona and Khan, Salman and Khan, Fahad Shahbaz},
      journal={arxiv},
      year={2024},
      url={https://arxiv.org/abs/2406.09418}
  }