hellohazime commited on
Commit
6448ff8
·
verified ·
1 Parent(s): b95a50d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -73,15 +73,20 @@ Honest scorecard: exactly what has been measured, and what has not.
73
  | Pruning is lossless for surviving experts | identity-prune is byte-identical (pinned by tests); router/norms stay F32 |
74
  | Generation settings disclosed | max_tokens 4096, thinking_effort low, temp 1.0, top-p 0.95, identical for both builds; 4/100 answers hit the 4096 cap. A 16k-budget recheck rescued none of them: 2 re-ran to clean completion *within* the original budget (stochastic thinking runaways at temp 1.0), 1 was still empty at 16k (114k chars of thinking), 1 hit 16k again in the answer body. The cap is not the bottleneck |
75
 
76
- **Not verified:**
77
 
78
- | open question | status |
79
  |---|---|
80
- | Agentic use (Kimi Code CLI, tool calling) | **never tested on this build** — the SWE-Lancer results on the sibling's card do not transfer |
81
- | Coding benchmarks | not measured; perplexity says expect degradation |
82
- | Japanese factual accuracy | the judge flagged factual errors even in fluent answers; 1.6-bit experts are fluent before they are precise |
83
- | Long-context quality | ELYZA prompts are short; 131k context is configured but unexercised here |
84
- | Vision | mmproj not included; text tensors only |
 
 
 
 
 
85
 
86
  ## Download & run
87
 
 
73
  | Pruning is lossless for surviving experts | identity-prune is byte-identical (pinned by tests); router/norms stay F32 |
74
  | Generation settings disclosed | max_tokens 4096, thinking_effort low, temp 1.0, top-p 0.95, identical for both builds; 4/100 answers hit the 4096 cap. A 16k-budget recheck rescued none of them: 2 re-ran to clean completion *within* the original budget (stochastic thinking runaways at temp 1.0), 1 was still empty at 16k (114k chars of thinking), 1 hit 16k again in the answer body. The cap is not the bottleneck |
75
 
76
+ **Verified operating envelope** — what this card's numbers actually cover:
77
 
78
+ | measured at | detail |
79
  |---|---|
80
+ | Single-turn Japanese generation | ELYZA-tasks-100, max_tokens 4096, thinking low, temp 1.0 / top-p 0.95 the rubric/pairwise numbers above |
81
+ | Perplexity | 2048-token windows, 4 domains (ja / en / code / zh table above) |
82
+ | Serving | 131,072 context configured and stable; ELYZA prompts exercise only the short end of it |
83
+ | Modality | text tensors only (no mmproj shipped) |
84
+
85
+ Agentic tool-calling sessions have been run **only on the en+code sibling** —
86
+ its SWE-Lancer numbers belong to that build alone. The code-perplexity
87
+ doubling above is the honest predictor for coding work here, and the judge
88
+ flagged factual slips inside fluent Japanese: 1.6-bit experts are fluent
89
+ before they are precise.
90
 
91
  ## Download & run
92