fix card: frontmatter must lead the file
Browse files
README.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
<!--
|
| 2 |
-
This file is the Hugging Face model card. When published to
|
| 3 |
-
huggingface.co/afterbuild/coding-router it becomes the repo's README.md
|
| 4 |
-
(HF renders the YAML frontmatter below as model metadata).
|
| 5 |
-
-->
|
| 6 |
---
|
| 7 |
license: apache-2.0
|
| 8 |
language:
|
|
@@ -22,6 +17,10 @@ metrics:
|
|
| 22 |
- f1
|
| 23 |
---
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
# coding-router (spawn-router)
|
| 26 |
|
| 27 |
A compact, fast, **local-first** multi-head classifier for **coding-agent task
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
|
|
|
| 17 |
- f1
|
| 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
|