File size: 1,140 Bytes
4346e4a
 
 
4d478a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: mit
---


## Model Summary

Video-CCAM-14B is a lightweight Video-MLLM built on [Phi-3-medium-4k-instruct](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct) and [SigLIP SO400M](https://huggingface.co/google/siglip-so400m-patch14-384).

## Usage

Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:
```

torch==2.1.0

torchvision==0.16.0

transformers==4.40.2

peft==0.10.0

```

## Inference & Evaluation

Please refer to [Video-CCAM](https://github.com/QQ-MM/Video-CCAM) on inference and evaluation.

### Video-MME: 53.2/57.4 (96 frames)

### MVBench: 61.43 (16 frames)

## Acknowledgement

* [xtuner](https://github.com/InternLM/xtuner): Video-CCAM-14B is trained using the xtuner framework. Thanks for their excellent works!
* [Phi-3-medium-4k-instruct](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct): Powerful language models developed by Microsoft.
* [SigLIP SO400M](https://huggingface.co/google/siglip-so400m-patch14-384): Outstanding vision encoder developed by Google.

## License
The model is licensed under the MIT license.