1 22 hours ago

ollama run Artemisbunbun/myrdinn-v1.6

Models

View all →

Readme

Myrdinn v1.6

Precision reasoning model built on Qwen2.5-3B-Instruct with selective quantization.

  • What it is

Myrdinn v1.6 is a 3B-parameter model optimized for mathematical reasoning, code generation, and logical
analysis. It uses a mixed-precision quantization strategy that keeps critical layers (output projection and token embeddings) at higher precision while the transformer body runs at Q5_K_M.

  • Quantization

| Component | Precision |
|—|—|
| Transformer body (36 layers) | Q5_K_M (5.33 bpw) |
| output.weight | Q8_0 (8-bit) |
| token_embd.weight | Q8_0 (8-bit) |
| Norm weights | F32 (lossless) |

  • Strengths

  • Mathematical reasoning: step-by-step derivations with proper notation

  • Code generation: clean, correct implementations with explanations

  • Logic and analysis: breaks down problems, identifies assumptions

  • Concise responses: no filler, no roleplay

  • Usage

   ollama pull Artemisbunbun/myrdinn-v1.6                                                                    
   ollama run Artemisbunbun/myrdinn-v1.6                                                                     

Base model

Qwen2.5-3B-Instruct by Alibaba Cloud. Quantized from Q8_0 with llama.cpp.