prism-coder-4b / README.md
dcostenco's picture
Upload README.md with huggingface_hub
7f709ff verified
---
license: apache-2.0
language:
- en
tags:
- tool-calling
- function-calling
- prism
- synalux
- Q4_K_M
base_model: Qwen/Qwen3-4B
pipeline_tag: text-generation
---
# Prism Coder 4B — Tool-Routing Model
Lightweight tool-routing classifier. Routes user requests to the correct Prism Memory tool. NOT a code generation or general-purpose model.
## Performance
| Metric | Score |
|--------|-------|
| eval_300 strict | 300/300 (100%) |
| 5-seed validation | 300/300 x 5 |
## Training
Trained on routing examples only (prompt → tool name). Not trained on source code, clinical data, or general instructions.
```bash
ollama pull dcostenco/prism-coder:4b
```
Apache 2.0 — [Synalux](https://synalux.com)