Fix chart labels, add version history table to README

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-03-21 15:48:35 -04:00
parent b6fbfac2ae
commit d9acb653fe
3 changed files with 18 additions and 10 deletions
+8
View File
@@ -8,6 +8,14 @@ A 9B parameter language model fine-tuned for Minecraft server operations. Transl
![Training Progress](branding/training_progress.svg)
| Version | Base Model | Training Examples | Loss | Key Addition |
|---------|-----------|-------------------|------|-------------|
| 0.1.0 | Qwen3-8B | 500 | 2.10 | Seed data only |
| 0.2.0 | Qwen3-8B | 1,200 | 1.45 | +entities, +mobs |
| 0.3.0 | Qwen3-8B | 2,100 | 0.82 | +error correction |
| 0.4.0 | Qwen3.5-9B | 3,175 | 0.35 | +tool-calling, base model upgrade |
| **0.5.0** | **Qwen3.5-9B** | **4,358** | **0.16** | **+plugins, +memory, +scripts** |
## Bake-off: 0.5.0 vs 0.4.0
| Category | 0.4.0 | 0.5.0 | Change |