Text Generation
Transformers
Safetensors
imp
custom_code
Oyoy1235 commited on
Commit
090ee1c
1 Parent(s): 02dee01
Files changed (2) hide show
  1. README.md +2 -0
  2. images/example1.png +0 -0
README.md CHANGED
@@ -11,6 +11,8 @@ As shown in the Table below, `imp-v0-3b` significantly outperforms the counterpa
11
 
12
  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 :)
13
 
 
 
14
  ## How to use
15
 
16
  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).
 
11
 
12
  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 :)
13
 
14
+ ![example1](images/example1.png)
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 format of text instructions is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
images/example1.png ADDED