File size: 724 Bytes
7d5ab03
 
7001cbf
 
7d5ab03
7001cbf
7d5ab03
7001cbf
 
 
7d5ab03
7001cbf
7d5ab03
 
7001cbf
7d5ab03
7f709ff
7d5ab03
7001cbf
7d5ab03
7001cbf
 
7f709ff
7001cbf
7d5ab03
7f709ff
 
 
7d5ab03
 
7001cbf
7d5ab03
 
7001cbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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)