pranavkarthik10 commited on
Commit
77069cf
·
verified ·
1 Parent(s): 9377345

card: spawn-router naming

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,10 +18,10 @@ metrics:
18
  ---
19
 
20
  <!-- This file is the Hugging Face model card: published to
21
- huggingface.co/afterbuild/coding-router as README.md. Frontmatter must stay
22
  at the very top of the file or HF won't parse the metadata. -->
23
 
24
- # coding-router (spawn-router)
25
 
26
  A compact, fast, **local-first** multi-head classifier for **coding-agent task
27
  routing**. Given a task prompt at kickoff, it predicts stable task properties; a
@@ -30,7 +30,7 @@ execution behavior. The classifier predicts the *ontology*; your config owns the
30
  *orchestration*.
31
 
32
  This is the model component of **spawn** — see
33
- [`Afterbuild/coding-router`](https://github.com/Afterbuild/coding-router) for the
34
  training code and [`spawn-gateway`](https://github.com/Afterbuild) for the local
35
  gateway that wraps Claude Code / Codex and routes with these weights.
36
 
@@ -135,7 +135,7 @@ print(classify("refactor JWT key rotation in prod"))
135
  ## Evaluation
136
 
137
  Two complementary measures (eval scripts in
138
- [`Afterbuild/coding-router`](https://github.com/Afterbuild/coding-router):
139
  `scripts/eval_battery.py`, `eval.py`):
140
 
141
  **Locked kickoff battery** (83 hand-labeled probes, never in training — the
 
18
  ---
19
 
20
  <!-- This file is the Hugging Face model card: published to
21
+ huggingface.co/afterbuild/spawn-router as README.md. Frontmatter must stay
22
  at the very top of the file or HF won't parse the metadata. -->
23
 
24
+ # spawn-router
25
 
26
  A compact, fast, **local-first** multi-head classifier for **coding-agent task
27
  routing**. Given a task prompt at kickoff, it predicts stable task properties; a
 
30
  *orchestration*.
31
 
32
  This is the model component of **spawn** — see
33
+ [`Afterbuild/spawn-router`](https://github.com/Afterbuild/spawn-router) for the
34
  training code and [`spawn-gateway`](https://github.com/Afterbuild) for the local
35
  gateway that wraps Claude Code / Codex and routes with these weights.
36
 
 
135
  ## Evaluation
136
 
137
  Two complementary measures (eval scripts in
138
+ [`Afterbuild/spawn-router`](https://github.com/Afterbuild/spawn-router):
139
  `scripts/eval_battery.py`, `eval.py`):
140
 
141
  **Locked kickoff battery** (83 hand-labeled probes, never in training — the