Text Generation
File size: 1,059 Bytes
fc73bb5
 
 
 
 
 
 
 
 
 
d5556af
 
3b56b30
fc73bb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a69b3b
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
---
license: apache-2.0
pipeline_tag: text-generation
datasets:
- liuhaotian/LLaVA-Pretrain
- liuhaotian/LLaVA-Instruct-150K
---
# 😈 Imp

## Introduction
To fit the [MLC](https://github.com/mlc-ai/mlc-llm) framework for mobile devices, we further perform the 4-bit quantization to [`Imp-v1.5-3B-196`](https://huggingface.co/MILVLG/Imp-v1.5-3B-196-q4f16_1-MLC) to obtain `Imp-v1.5-3B-196-q4f16_1-MLC`.

To use this model on moblie devices, please refer to the [mlc-imp](https://github.com/MILVLG/mlc-imp) project.

## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.


## Citation

If you use our model or refer our work in your studies, please cite:

```bibtex
@article{imp2024,
  title={Imp: Highly Capable Large Multimodal Models for Mobile Devices},
  author={Shao, Zhenwei and Yu, Zhou and Yu, Jun and Ouyang, Xuecheng and Lihao, Zheng and Zhenbiao, Gai and Mingyang, Wang and Jiajun, Ding},
  journal={arXiv preprint arXiv:2405.12107},
  year={2024}
}
```