update readme
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ datasets:
|
|
12 |
|
13 |
## Introduction
|
14 |
|
15 |
-
The Imp project aims to provide a family of a strong multimodal `small` language models (MSLMs). Our
|
16 |
|
17 |
|
18 |
We release our model weights and provide an example below to run our model . Detailed technical report and corresponding training/evaluation code will be released soon on our [GitHub repo](https://github.com/MILVLG/imp). We will persistently improve our model and release the next versions to further improve model performance :)
|
@@ -72,8 +72,6 @@ We conduct evaluation on 9 commonly-used benchmarks, including 5 academic VQA be
|
|
72 |
## License
|
73 |
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.
|
74 |
|
75 |
-
## About us
|
76 |
-
This project is maintained by the [MILVLG](https://github.com/MILVLG)@Hangzhou Dianzi University (HDU) led by Prof. Zhou Yu and Jun Yu, and is mainly developed by Zhenwei Shao and Xuecheng Ouyang. We hope our model may serve as a strong baseline to inspire future research on MSLM, as well as its derivative applications on mobile devices and robots.
|
77 |
|
78 |
## Citation
|
79 |
|
|
|
12 |
|
13 |
## Introduction
|
14 |
|
15 |
+
The Imp project aims to provide a family of a strong multimodal `small` language models (MSLMs). Our `Imp-v1.5-4B-Phi3` is a strong MSLM with only **4B** parameters, which is build upon a small yet powerful SLM [Phi-3 ](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)(3.8B) and a powerful visual encoder [SigLIP ](https://huggingface.co/google/siglip-so400m-patch14-384)(0.4B), and trained on 1M mixed dataset.
|
16 |
|
17 |
|
18 |
We release our model weights and provide an example below to run our model . Detailed technical report and corresponding training/evaluation code will be released soon on our [GitHub repo](https://github.com/MILVLG/imp). We will persistently improve our model and release the next versions to further improve model performance :)
|
|
|
72 |
## License
|
73 |
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.
|
74 |
|
|
|
|
|
75 |
|
76 |
## Citation
|
77 |
|