seanpoyner commited on
Commit
4ed59ea
·
verified ·
1 Parent(s): dbb3c33

Add demo video section (links Space demo.mp4)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -23,6 +23,10 @@ agentic write → run → fix → verify loop.
23
  Built for [**smolcode**](https://gitea.poyner.ai/sean/smolcode) — an SLM-optimized
24
  agentic coding assistant — for the Hugging Face **Build Small** hackathon.
25
 
 
 
 
 
26
  ## Why
27
  Out of the box, small Qwen-Coder models describe tool calls as plain-text/```json
28
  instead of emitting the native `<tool_call>` token (id 151657) that runtimes (Ollama,
 
23
  Built for [**smolcode**](https://gitea.poyner.ai/sean/smolcode) — an SLM-optimized
24
  agentic coding assistant — for the Hugging Face **Build Small** hackathon.
25
 
26
+ ## Demo
27
+
28
+ [▶️ Watch this model drive the agent](https://huggingface.co/spaces/seanpoyner/smolcode/resolve/main/demo.mp4) — in the smolcode Space, the **Auto** router resolves to this fine-tuned 1.5B ("routed to custom") and runs the write → run → fix → verify loop in the smol-dark UI. Try it live: [huggingface.co/spaces/seanpoyner/smolcode](https://huggingface.co/spaces/seanpoyner/smolcode).
29
+
30
  ## Why
31
  Out of the box, small Qwen-Coder models describe tool calls as plain-text/```json
32
  instead of emitting the native `<tool_call>` token (id 151657) that runtimes (Ollama,