Text Generation
Transformers
Safetensors
imp
custom_code
MILVLG commited on
Commit
bf3351d
1 Parent(s): 4ce8cd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ pipeline_tag: visual-question-answering
4
  ---
5
  # 😈Imp
6
 
 
7
 
8
  The Imp project aims to provide a family of a strong multimodal `small` language models (MSLMs). Our `imp-v1-3b` is a strong MSLM with only **3B** parameters, which is build upon a small yet powerful SLM [Phi-2 ](https://huggingface.co/microsoft/phi-2)(2.7B) and a powerful visual encoder [SigLIP ](https://huggingface.co/google/siglip-so400m-patch14-384)(0.4B), and trained on the [LLaVA-v1.5](https://github.com/haotian-liu/LLaVA) training set.
9
 
@@ -14,7 +15,7 @@ We release our model weights and provide an example below to run our model . Det
14
 
15
  ## How to use
16
 
17
- You can use the following code for model inference. We minimize the required dependency libraries that only the `transformers` and `torch` packages are used. The format of text instructions is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
18
 
19
  ```Python
20
  import torch
 
4
  ---
5
  # 😈Imp
6
 
7
+ \[Technical report (coming soon)\]  [[Demo](https://xmbot,net/imp/)\]  [[Github](https://github.com/MILVLG/imp)\]
8
 
9
  The Imp project aims to provide a family of a strong multimodal `small` language models (MSLMs). Our `imp-v1-3b` is a strong MSLM with only **3B** parameters, which is build upon a small yet powerful SLM [Phi-2 ](https://huggingface.co/microsoft/phi-2)(2.7B) and a powerful visual encoder [SigLIP ](https://huggingface.co/google/siglip-so400m-patch14-384)(0.4B), and trained on the [LLaVA-v1.5](https://github.com/haotian-liu/LLaVA) training set.
10
 
 
15
 
16
  ## How to use
17
 
18
+ You can use the following code for model inference. We minimize the required dependency libraries that only the `transformers` and `torch` packages are used. The latest version of `transformers` is ok but we recommand v4.3.0. The format of text instructions is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
19
 
20
  ```Python
21
  import torch