Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
teowu committed Nov 6, 2023
1 parent 4dc7f65 commit a9b7c2d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
```shell
git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA
pip install -e ".[train]"
pip install -e .
```

2. Automatically download the pre-trained weights from Q-Instruct.
2. Simple Interactive Demos.

See the codes and scripts below.
*See the codes and scripts below.*

<details>
<summary>Example Code (Single Query)</summary>
Expand All @@ -83,7 +83,7 @@ eval_model(args)
</details>

<details>
<summary>Example Code (Command Line Demo, Multi-turn Available)</summary>
<summary>Example Code (CLI Demo for Multi-turn Conversation)</summary>

```shell
python -m llava.serve.cli \
Expand All @@ -95,6 +95,18 @@ You can take low-level-related inputs such as `Which part of the sausage is clea

</details>

3. Quantitative Evaluations

<details>
<summary>Multi-choice question evaluation in Q-Bench.</summary>

</details>


<details>
<summary>Image/Video Quality Assessment</summary>

</details>

### mPLUG-Owl-2

Expand Down

0 comments on commit a9b7c2d

Please sign in to comment.