Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teowu committed Nov 7, 2023
1 parent 9260a15 commit 6b9dfa0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/llava_v1.5/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Training with Q-Instruct

This document provides instruction on how to train with **Q-Instruct** dataset on LLaVA-v1.5 (7B/13B).
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.

![](strategies.png)


### Step 0: Pre-requisites
Expand Down Expand Up @@ -89,6 +91,12 @@ Please make sure you have enough computational resources before training.

#### Strategy (a): Mix with High-level Datasets

- *(Pre-requisite)* Get Pre-trained Multi-modal Projectors from original LLaVA-v1.5

```shell
sh scripts/llava_v1.5/get_mm_projectors.sh
```

- 13B *(requires 8x A100 80G), 21h*

```shell
Expand Down

0 comments on commit 6b9dfa0

Please sign in to comment.