From a9b7c2d33ea7ef361f5454ef994b4a74195ed53b Mon Sep 17 00:00:00 2001 From: teowu Date: Mon, 6 Nov 2023 22:46:18 +0800 Subject: [PATCH] add more --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13ad52c..a87f2ae 100644 --- a/README.md +++ b/README.md @@ -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.*
Example Code (Single Query) @@ -83,7 +83,7 @@ eval_model(args)
-Example Code (Command Line Demo, Multi-turn Available) +Example Code (CLI Demo for Multi-turn Conversation) ```shell python -m llava.serve.cli \ @@ -95,6 +95,18 @@ You can take low-level-related inputs such as `Which part of the sausage is clea
+3. Quantitative Evaluations + +
+Multi-choice question evaluation in Q-Bench. + +
+ + +
+Image/Video Quality Assessment + +
### mPLUG-Owl-2