anm2211 commited on
Commit
06a1909
·
verified ·
1 Parent(s): 022e48c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -35,12 +35,21 @@ The embedding layer and LM head are quantized separately to **4-bit RTN** with
35
  # Evaluation Results
36
 
37
  We evaluate the quantized checkpoint against the original
38
- [`Qwen/Qwen3.8-27B`](https://huggingface.co/Qwen/Qwen3.8-27B):
 
 
39
 
40
  | Benchmark | Base Model | 3-bit GSQ |
41
  |---|---:|---:|
42
  | AIME 2025 | **100.00** | **100.00** |
43
- | GPQA Diamond | 89.9 | **91.41** |
 
 
 
 
 
 
 
44
 
45
  # Calibration dataset
46
 
 
35
  # Evaluation Results
36
 
37
  We evaluate the quantized checkpoint against the original
38
+ [`Qwen/Qwen3.8-27B`](https://huggingface.co/Qwen/Qwen3.8-27B). Both models were evaluated with **xhigh thinking** enabled.
39
+
40
+ ## Accuracy
41
 
42
  | Benchmark | Base Model | 3-bit GSQ |
43
  |---|---:|---:|
44
  | AIME 2025 | **100.00** | **100.00** |
45
+ | GPQA Diamond | 89.90 | **91.41** |
46
+
47
+ ## Generation Statistics
48
+
49
+ | Benchmark | Base Model | 3-bit GSQ |
50
+ | --------- | ----------------: | ---------------: |
51
+ | AIME 2025 | 0.603M | 0.615M |
52
+ | GPQA Diamond | 3.721M | 3.705M |
53
 
54
  # Calibration dataset
55