19 Downloads Updated 2 weeks ago
ollama run w4d4f4k/qwen25-coder-aiia
Updated 2 weeks ago
2 weeks ago
a7e03c6efbc2 · 4.7GB ·
Qwen2.5-Coder-7B-Instruct fine-tuned for the AIIA agent framework — an
autonomous PLAN/BUILD-mode code agent with XML-style tool calling.
Executes coding and file-system tasks step by step using AIIA’s tool
protocol:
<WriteFile>
<fileName>fib.py</fileName>
<contentOfFile>def fibonacci(n): ...</contentOfFile>
</WriteFile>
<nextTask>completed</nextTask>
Supported tools include: ReadFile, WriteFile, CreateFile, AppendFile,
TreeView, List, Find, Grep, ReplaceLine, Sed, Diff, ExecuteScript, Terminal,
createPlan, nextTask, and more. Task lifecycle is signalled with
<nextTask>completed</nextTask> / <nextTask>blocked</nextTask>.
Designed to run inside the AIIA framework, which injects real tool results and drives the task loop.
ollama run w4d4f4k/qwen25-coder-aiia
Recommended options: temperature 0.3-0.7 for BUILD mode.
| aiia_v1 | qwen3_v1 | qwen25-coder-aiia (this) | |
|---|---|---|---|
| Base | Llama-3.2-3B | Qwen3-4B-Instruct | Qwen2.5-Coder-7B |
| Size (Q4_K_M) | 2.0 GB | 2.5 GB | 4.4 GB |
| Code specialization | general | general | code-tuned base |
| Agentic coding | good | better | strongest |
Use this one when coding quality matters most; use the smaller ones for lighter tasks and lower power draw.
Merged bf16 weights: m5it/qwen25-coder-aiia-v1 (Hugging Face, private).