OPEA
/

Safetensors
weiweiz1 commited on
Commit
c4f4a1f
2 Parent(s): ed7d6cc 4976a47

Merge branch 'main' of https://huggingface.co/OPEA/Qwen2-VL-7B-Instruct-int4-sym-inc into main

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 auto_round
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 \