OPEA
/

Safetensors
molmo
custom_code
4-bit precision
intel/auto-round
cicdatopea commited on
Commit
b7a988e
·
verified ·
1 Parent(s): 19838f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -88,6 +88,19 @@ text = "Which company does this image represent?"
88
 
89
  ```
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  ### Generate the model
92
  Here is the sample command to reproduce the model.
93
  ```bash
 
88
 
89
  ```
90
 
91
+ ## Evaluation the model
92
+ pip3 install git+https://github.com/open-compass/VLMEvalKit.git@7de2dcb.
93
+ ```bash
94
+ auto-round-mllm --eval --model OPEA/Molmo-7B-D-0924-int4-sym-inc --tasks MMBench_DEV_EN_V11,ScienceQA_VAL,TextVQA_VAL,POPE --output_dir "./eval_result"
95
+ ```
96
+ |Metric |16bits| INT4 |
97
+ |:------------------|:-----|:------|
98
+ |avg |69.22 |68.90 |
99
+ |MMBench_DEV_EN_V11 |70.89 |69.20 |
100
+ |ScienceQA_VAL |35.81 |36.34 |
101
+ |TextVQA_VAL |81.16 |80.64 |
102
+ |POPE |89.02 |89.40 |
103
+
104
  ### Generate the model
105
  Here is the sample command to reproduce the model.
106
  ```bash