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

Evaluation: GSM8K only; drop unmatched GPQA

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -23,17 +23,6 @@ model-index:
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)
@@ -54,10 +43,9 @@ Qwen3.8-27B achieves an estimated **97.0%** accuracy on the full GSM8K benchmark
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
 
23
  - name: accuracy
24
  type: accuracy
25
  value: 96.51
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  ![Ornstein3.8-27B](ornstein3.8-27b.jpg)
 
43
 
44
  | Benchmark | Qwen3.8-27B (reported) | Ornstein3.8-27B (this run) |
45
  |---|---|---|
46
+ | GSM8K | — | **96.51** (1273/1319) |
 
47
 
48
+ Single greedy BF16 run on a Fireworks dedicated H100 (`temperature=0`, `top_k=40`, `max_tokens=4000`), answers from `message.content` first. Qwen does not report GSM8K on the [Qwen3.8-27B](https://huggingface.co/Qwen/Qwen3.8-27B) card. This score does not apply to GGUF quants.
49
 
50
 
51
  ## Support this work