Merge branch 'main' of https://huggingface.co/OPEA/Qwen2-VL-7B-Instruct-int4-sym-inc into main
Browse files
README.md
CHANGED
@@ -113,7 +113,7 @@ messages = [
|
|
113 |
```
|
114 |
|
115 |
## Evaluation the model
|
116 |
-
pip3 install git+https://github.com/open-compass/VLMEvalKit.git@7de2dcb
|
117 |
```bash
|
118 |
auto-round-mllm --eval --model OPEA/Qwen2-VL-7B-Instruct-int4-sym-inc --tasks MMBench_DEV_EN_V11,ScienceQA_VAL,TextVQA_VAL,POPE --output_dir "./eval_result"
|
119 |
```
|
@@ -128,7 +128,7 @@ auto-round-mllm --eval --model OPEA/Qwen2-VL-7B-Instruct-int4-sym-inc --tasks MM
|
|
128 |
### Generate the model
|
129 |
Here is the sample command to reproduce the model.
|
130 |
```bash
|
131 |
-
pip install
|
132 |
auto-round-mllm
|
133 |
--model Qwen/Qwen2-VL-7B-Instruct \
|
134 |
--device 0 \
|
|
|
113 |
```
|
114 |
|
115 |
## Evaluation the model
|
116 |
+
pip3 install git+https://github.com/open-compass/VLMEvalKit.git@7de2dcb. The evaluation process may encounter errors that require changing model backend or evaluation code. Detailed instructions will be provided in a future update.
|
117 |
```bash
|
118 |
auto-round-mllm --eval --model OPEA/Qwen2-VL-7B-Instruct-int4-sym-inc --tasks MMBench_DEV_EN_V11,ScienceQA_VAL,TextVQA_VAL,POPE --output_dir "./eval_result"
|
119 |
```
|
|
|
128 |
### Generate the model
|
129 |
Here is the sample command to reproduce the model.
|
130 |
```bash
|
131 |
+
pip install auto-round
|
132 |
auto-round-mllm
|
133 |
--model Qwen/Qwen2-VL-7B-Instruct \
|
134 |
--device 0 \
|