Views
No views yet
crystal-qwen3.6-30b-gguf).1# Download the GGUF + Modelfile from this repo, then:
2ollama create crystal-qwen-v3 -f Modelfile
3ollama run crystal-qwen-v3 "Write a Crystal class Item with name and quantity that serializes to JSON."v2 (3.6) | v3 | |
|---|---|---|
| CPT tokens | ~3 M | ~50 M (top-500 Crystal GitHub repos + stdlib + book + RFCs) |
| SFT pairs | ~600 | ~3 000 (mined + Claude-Haiku-4.5 augmented, compile-gated) |
| DPO pairs | 37 | 74 (chosen = idiomatic Crystal; rejected = Ruby-style or wrong) |
| LoRA rank / α | 32 / 64 | 64 / 128 |
| Quantization | Q4_K_M | Q8_0 |
| Targets | attn only | attn + MLP + MoE experts.gate_up_proj/down_proj |
crystal build --no-codegen compile gate). Higher is better.| Model | Idiom | Compile pass | Total |
|---|---|---|---|
| crystal-qwen-v3 (this model) | +76 | 26/28 (93 %) | +206 |
| jaimef21/crystal-qwen3.6-30b (v2) | +67 | 21/28 (75 %) | +172 |
| Qwen3-Coder-30B-A3B-Instruct (base) | +71 | 21/28 (75 %) | +176 |
crystal-qwen-v3-30b.gguf — 32 GB, Q8_0 (8.51 BPW)Modelfile — Ollama Modelfile (chatml template + Crystal system prompt)README.md — this fileREPRODUCE.md.