Skip to content

Commit

Permalink
new version of pre-trained model!
Browse files Browse the repository at this point in the history
  • Loading branch information
haoning.wu committed Dec 13, 2023
1 parent 19e7d53 commit 4a163b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pip install -e .
```python
from mplug_owl2.mm_utils import get_model_name_from_path
from eval_scripts.mplug_owl_2.run_mplug_owl2 import eval_model
model_path = "teowu/mplug_owl2_7b_448_qinstruct_preview_v0.1"
model_path = "teowu/mplug_owl2_7b_448_qinstruct_preview_v0.2"
prompt = "Rate the quality of the image. Think step by step."
image_file = "fig/sausage.jpg"
args = type('Args', (), {
Expand Down
3 changes: 2 additions & 1 deletion model_zoo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ _Released_:

- [LLaVA-v1.5-7B (mix)](https://huggingface.co/teowu/llava_v1.5_7b_qinstruct_preview_v0.1), HF-path: `teowu/llava_v1.5_7b_qinstruct_preview_v0.1`
- [LLaVA-v1.5-13B (mix)](https://huggingface.co/teowu/llava_v1.5_13b_qinstruct_preview_v0.1), HF-path: `teowu/llava_v1.5_13b_qinstruct_preview_v0.1`
- [mPLUG-Owl-2 (mix)](https://huggingface.co/teowu/mplug_owl2_7b_448_qinstruct_preview_v0.1), HF-path: `teowu/mplug_owl2_7b_448_qinstruct_preview_v0.1`
- [mPLUG-Owl-2 (mix, new version)](https://huggingface.co/teowu/mplug_owl2_7b_448_qinstruct_preview_v0.2), HF-path: `teowu/mplug_owl2_7b_448_qinstruct_preview_v0.2` (improves 2-3% on Q-Bench-MCQ)
- [mPLUG-Owl-2 (mix, old version)](https://huggingface.co/teowu/mplug_owl2_7b_448_qinstruct_preview_v0.1), HF-path: `teowu/mplug_owl2_7b_448_qinstruct_preview_v0.1`
- [InternLM-XComposer-VL (mix)](https://huggingface.co/DLight1551/internlm-xcomposer-vl-7b-qinstruct-full), HF-path: `DLight1551/internlm-xcomposer-vl-7b-qinstruct-full`


Expand Down
2 changes: 1 addition & 1 deletion scripts/llava_v1.5/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Training@LLaVA-v1.5
## Train@LLaVA-v1.5

This document provides instruction on how to train with **Q-Instruct** dataset on LLaVA-v1.5 (7B/13B), under the proposed two strategies (***mix*** and ***after***), shown as follows.

Expand Down
4 changes: 2 additions & 2 deletions scripts/mplug_owl_2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Training@mPLUG-Owl-2
## Train@mPLUG-Owl-2

This document provides instruction on how to train with **Q-Instruct** dataset on mPLUG-Owl-2 (LLaMA2-7B), under the proposed two strategies (***mix*** and ***after***), shown as follows.

Expand Down Expand Up @@ -114,4 +114,4 @@ sh scripts/mplug_owl_2/mix_qinstruct.sh

```shell
sh scripts/mplug_owl_2/after_qinstruct.sh
```PLUG-Owl/mPLUG_Owl2/playground/data/mix_cleaned_labels.json
```

0 comments on commit 4a163b8

Please sign in to comment.