Pilcothink commited on
Commit
dc10718
·
verified ·
1 Parent(s): 6b287f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -45,6 +45,28 @@ original model.
45
  No independent benchmark results are currently provided for this quantized
46
  version.
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ## Serving with vLLM
49
 
50
  If the installed vLLM version supports this model architecture and AutoRound
 
45
  No independent benchmark results are currently provided for this quantized
46
  version.
47
 
48
+ ## evaluation
49
+ Evaluation was performed using AutoRound’s evaluation CLI, powered by LM Evaluation Harness.
50
+
51
+ | Benchmark | Metric | Qwen3.5-9B | Qwen3.5-9B-MixedInt4-AutoRound | Difference | Recovery Rate |
52
+ | ------------- | -------: | ---------: | -----------------------------: | ----------: | ------------: |
53
+ | MMLU | acc | 78.66% | 77.62% | -1.04%p | 98.68% |
54
+ | ARC-Challenge | acc_norm | 55.80% | 55.03% | -0.77%p | 98.62% |
55
+ | BoolQ | acc | 89.17% | 86.91% | -2.26%p | 97.47% |
56
+ | HellaSwag | acc_norm | 78.15% | 77.45% | -0.70%p | 99.10% |
57
+ | PIQA | acc_norm | 80.03% | 80.20% | +0.17%p | 100.21% |
58
+ | WinoGrande | acc | 73.01% | 71.82% | -1.19%p | 98.37% |
59
+ | **Average** | — | **75.80%** | **74.84%** | **-0.97%p** | **98.73%** |
60
+
61
+ | MMLU Category | Qwen3.5-9B | Qwen3.5-9B-MixedInt4-AutoRound | Difference | Recovery Rate |
62
+ | --------------- | ---------: | -----------------------------: | ---------: | ------------: |
63
+ | Humanities | 70.48% | 68.93% | -1.55%p | 97.80% |
64
+ | Other | 83.20% | 82.52% | -0.68%p | 99.18% |
65
+ | Social Sciences | 86.90% | 86.55% | -0.35%p | 99.60% |
66
+ | STEM | 78.34% | 77.07% | -1.27%p | 98.38% |
67
+
68
+
69
+
70
  ## Serving with vLLM
71
 
72
  If the installed vLLM version supports this model architecture and AutoRound