AIAny
AI Model2026
Icon for item

Tiel-Coder-35B-A3B-GGUF

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Introduction

Why this matters

Local development workflows increasingly need models that fix real codebases, read screenshots/stack traces, and sustain multi-turn debugging without cloud latency or data exfiltration. Tiel is positioned exactly for that trade: it re-quantizes Ornith-1.5-35B with a tailored importance matrix and a concise chat template to favor actionable answers and coding edits over long-form exam-style reasoning.

Key Capabilities
  • Focused coding performance: on a 25-problem SWE-bench-Live sample Tiel fixes 12 problems, matching Opus 4.6 (medium) and outperforming its base and several sibling builds. That reflects practical bug-fix effectiveness rather than synthetic exam scores.
  • Conversation-first tuning: scores higher on multi-turn conversation benchmarks (Claw-Eval ~67.2) by providing more direct answers and fewer clarifying questions, which speeds agentic workflows where the user prefers decisive fixes.
  • Size/quantization tiers for local GPUs: tiers range from ~12.3 GB (Q2) up to ~38.5 GB (Q8); the recommended benchmarked tier is a 4-bit ~22.4 GB file that fits comfortably on 32 GB cards and aims for a balance of accuracy and context headroom.
  • Vision-enabled debugging: inherits Ornith-1.5's vision tower (mmproj-BF16), letting you point the model at screenshots, stack traces or failing tests; the projector ships at BF16 and is unchanged by text quantization.
  • Quantization and template trade-offs: uses a shipped imatrix calibrated mostly on coding data and the Sharp chat template to shorten answers; this improves coding throughput but reduces exam-style MMLU Pro scores (73.7 at 4-bit) versus some peers.
Who it's for and trade-offs

Great fit if you want a locally runnable model that: performs practical code fixes on real repos, handles multimodal debugging (screenshots/logs), and prioritizes concise, action-oriented responses for agentic coding workflows. It is tuned to be token- and runtime-efficient for single-GPU setups.

Look elsewhere if you need top exam/knowledge benchmark scores or maximal open-domain trivia accuracy: builds focused on MMLU-style reasoning (e.g., Nail) outperform Tiel on exam benchmarks. Also pick the MTP variant if you rely on multi-token speculative decoding; this repo's tiers omit the multi-token head to save ~0.9 GB unless you explicitly choose the -MTP release.

Where it fits

Tiel sits between research-grade dense models and larger cloud APIs: it trades some general knowledge for faster, steadier attempt times on debugging tasks and stronger multi-turn coding dialogue. Use it when local, responsive, code-focused assistance and multimodal inspection matter more than peak test-set exam scores.

Information

  • Websitehuggingface.co
  • Organizationspeculiar-ragdoll, ornith-ai, Unsloth, froggeric, eaddario, llama.cpp
  • Authorspeculiar-ragdoll
  • Published date2026/08/19

Categories

More Items

Hugging Face
AI Model2022

A compact pretrained bidirectional Transformer distilled from BERT base for masked language modeling and downstream NLP fine-tuning. Trained via knowledge distillation on BookCorpus and English Wikipedia, it reduces size/latency (≈67M params) while preserving BERT-like representations.

Hugging Face
AI Model2022

Pretrained uncased English BERT base model for masked language modeling and next-sentence prediction. ~110M parameters, pretrained on BookCorpus and English Wikipedia; commonly fine-tuned for classification, token labeling, and question answering.

Hugging Face
AI Model2022

Autoregressive transformer that generates English text from a prompt and can be fine-tuned for downstream NLP tasks. This is the 124M-parameter GPT-2 checkpoint (causal LM, byte-level BPE, 1024-token context) hosted on Hugging Face.