AI & ML interests

NLP, UI GENERATION, Next Gen Codebase Editors

Recent Activity

smirki 
in Tesslate/OmniCoder-9B 16 days ago

35b variant?

👍 4
9
#2 opened 17 days ago by
dagbs
smirki 
posted an update 18 days ago
view post
Post
606
Introducing OmniCoder-9B

We trained a 9B coding agent on 425K real agentic trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro across Claude Code, OpenCode, Codex, and Droid scaffolding.

Results:
- GPQA Diamond: 83.8 pass@1 (166/198), 86.4 pass@3 — above GPT-OSS-120B (80.1), Qwen3.5-9B (81.7), and Claude Haiku 4.5 (73)
- AIME 2025: 90 pass@5 (27/30)
- Terminal-Bench 2.0: 28.1 (25/89) — +8.1 points over base model

The key insight: We trained on what frontier agents actually do, real tool calls, real error recovery, real edit diffs. The model learns read-before-write patterns, responds to LSP diagnostic, and applies minimal diffs instead of full rewrites.

Base: Qwen3.5-9B. LoRA SFT, 4x H200, Axolotl, 99.35% packing efficiency.

Weights:
Tesslate
huggingface.co/Tesslate/OmniCoder-9B
GGUF: huggingface.co/Tesslate/OmniCoder-9B-GGUF
Apache 2.0. Run it locally.
Tonic 
posted an update about 1 month ago
view post
Post
3420
🤔 Who would win ?

- a fully subsidized ai lab
OR
- 3 random students named
kurakurai
?

demo : Tonic/fr-on-device

if you like it give the demo a little star and send a shoutout to : @MaxLSB @jddqd and @GAD-cell for absolutely obliterating the pareto frontier of the french language understanding .
  • 4 replies
·
Tonic 
posted an update about 1 month ago
view post
Post
3313
🙋🏻‍♂️hello my lovelies ,

it is with great pleasure i present to you my working one-click deploy 16GB ram completely free huggingface spaces deployment.

repo : Tonic/hugging-claw (use git clone to inspect)
literally the one-click link : Tonic/hugging-claw

you can also run it locally and see for yourself :

docker run -it -p 7860:7860 --platform=linux/amd64 \
-e HF_TOKEN="YOUR_VALUE_HERE" \
-e OPENCLAW_GATEWAY_TRUSTED_PROXIES="YOUR_VALUE_HERE" \
-e OPENCLAW_GATEWAY_PASSWORD="YOUR_VALUE_HERE" \
-e OPENCLAW_CONTROL_UI_ALLOWED_ORIGINS="YOUR_VALUE_HERE" \
registry.hf.space/tonic-hugging-claw:latest


just a few quite minor details i'll take care of but i wanted to share here first
  • 2 replies
·