tcclaviger commited on
Commit
219e948
·
verified ·
1 Parent(s): 24a49fa

Add eval results notice to model card

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -34,6 +34,27 @@ base_model_relation: quantized
34
  > exactly as documented in the vLLM section below — the RFA quant does not touch the
35
  > attention path, so the DFlash draft head runs unchanged.
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ---
38
 
39
  <p align="center">
 
34
  > exactly as documented in the vLLM section below — the RFA quant does not touch the
35
  > attention path, so the DFlash draft head runs unchanged.
36
 
37
+ > [!NOTE]
38
+ > ## Evaluation results (this RFA quant)
39
+ >
40
+ > | Eval | Result |
41
+ > |---|---|
42
+ > | Throughput | 80.6 tok/s out @ conc 1 (DFlash accept ~2.1); 615.7 tok/s out @ conc 50, ISL 512 |
43
+ > | WikiText-2 PPL | 8.109 ± 0.043 (n_ctx 2048, llama.cpp-compatible) |
44
+ > | Loglikelihood acc | arc_challenge 0.503 / arc_easy 0.769 / winogrande 0.658 / hellaswag 0.814 (acc_norm) |
45
+ > | tool-eval-bench (no-think) | 89/100 (full 69 scenarios) |
46
+ > | GSM8K / MMLU / IFEval | 90% / 60% / 95% (prompt-level) |
47
+ > | Long-context code recall | 0.980 overall (py 1.00 / js 0.93 / rs 0.99 / cpp 1.00); tool pass 93.5% |
48
+ > | Hard Mode agentic (thinking-ON) | 73/100 — 10 pass / 2 partial / 3 fail |
49
+ >
50
+ > **Test harnesses:** `vllm bench serve` (random dataset, saturation sweep) ·
51
+ > llama.cpp-compatible WikiText-2 perplexity · lm-evaluation-harness (loglikelihood,
52
+ > local-completions) · tool-eval-bench v2 (69 scenarios + GSM8K/MMLU/IFEval + 15
53
+ > Hard Mode scenarios) · codeneedle (positional recall, 4 corpora + tool pass).
54
+ >
55
+ > **Hardware:** `tcclaviger/vllm:latest`, 4× AMD AI PRO R9700 GPUs (TP4), Ryzen 9
56
+ > 9950X, 256 GB DDR5-6000. (Not yet fully tuned for throughput.)
57
+
58
  ---
59
 
60
  <p align="center">