Text Generation
Transformers
Safetensors
imp
custom_code
MILVLG commited on
Commit
b1425ca
1 Parent(s): 11f5487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,8 +11,6 @@ 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
- ### Example
15
- ![example1](images/example1.png)
16
 
17
  ## How to use
18
 
@@ -61,6 +59,8 @@ We conduct evaluation on 9 commonly-used benchmarks, including 5 academic VQA be
61
  | [MC-LLaVA-3b](https://huggingface.co/visheratin/MC-LLaVA-3b) | 3B | 64.24 | 49.6 | 24.88 | - | 38.59 | 80.59 | - | - |-|
62
  | **Imp-v0 (ours)** | 3B | **79.45** | 58.55 | **50.09** |**69.96**| **59.38** | **88.02**| 1434 | **66.49** |**33.1**|
63
 
 
 
64
 
65
  ## License
66
  This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.
 
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
 
15
  ## How to use
16
 
 
59
  | [MC-LLaVA-3b](https://huggingface.co/visheratin/MC-LLaVA-3b) | 3B | 64.24 | 49.6 | 24.88 | - | 38.59 | 80.59 | - | - |-|
60
  | **Imp-v0 (ours)** | 3B | **79.45** | 58.55 | **50.09** |**69.96**| **59.38** | **88.02**| 1434 | **66.49** |**33.1**|
61
 
62
+ ### Example
63
+ ![example1](images/example1.png)
64
 
65
  ## License
66
  This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.