DJLougen commited on
Commit
cfd3173
·
verified ·
1 Parent(s): e443c86

Add Qwen vs Ornstein GSM8K/GPQA comparison table

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -23,6 +23,17 @@ model-index:
23
  - name: accuracy
24
  type: accuracy
25
  value: 96.51
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  ![Ornstein3.8-27B](ornstein3.8-27b.jpg)
@@ -41,15 +52,13 @@ This checkpoint injects **Ornstein thinking** into Qwen3.8-27B. It is an early m
41
 
42
  Qwen3.8-27B achieves an estimated **97.0%** accuracy on the full GSM8K benchmark when running in standard unquantized precision (BF16/FP8).
43
 
44
- | | |
45
- |---|---|
46
- | Score | **1273 / 1319 (96.51%)** |
47
- | Dataset | official GSM8K test (`test.jsonl`) |
48
- | Precision | BF16, Fireworks dedicated H100 |
49
- | Decoding | greedy (`temperature=0`, `top_k=40`, `max_tokens=4000`) |
50
- | Extraction | `message.content` first (`####` / `\\boxed{}` / last number) |
51
 
52
- This is a single-run estimate on this checkpoint, not a harness-averaged leaderboard number. It does not apply to GGUF quants.
53
 
54
  ## Support this work
55
 
 
23
  - name: accuracy
24
  type: accuracy
25
  value: 96.51
26
+ - task:
27
+ type: text-generation
28
+ name: Text Generation
29
+ dataset:
30
+ name: GPQA Diamond
31
+ type: gpqa
32
+ split: diamond
33
+ metrics:
34
+ - name: accuracy
35
+ type: accuracy
36
+ value: 64.65
37
  ---
38
 
39
  ![Ornstein3.8-27B](ornstein3.8-27b.jpg)
 
52
 
53
  Qwen3.8-27B achieves an estimated **97.0%** accuracy on the full GSM8K benchmark when running in standard unquantized precision (BF16/FP8).
54
 
55
+ | Benchmark | Qwen3.8-27B (reported) | Ornstein3.8-27B (this run) |
56
+ |---|---|---|
57
+ | GSM8K | — | **96.51** (1273/1319; est. 97.0) |
58
+ | GPQA Diamond | **89.2** | 64.65 (128/198) |
59
+
60
+ Qwen figures are from the [Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B) card (vendor-reported; GSM8K is not published there). Ornstein figures are a single greedy BF16 run on a Fireworks dedicated H100 (`temperature=0`, `top_k=40`, `max_tokens=4000`), answers taken from `message.content` first. This is not a harness-matched reproduction of Qwen's GPQA setup, and it does not apply to GGUF quants.
 
61
 
 
62
 
63
  ## Support this work
64