Flexan/Blake-Haiku-1-GGUF overview
license: cc by sa 4.0 language: en base model: Flexan/Blake Haiku 1 pipeline tag: text generation library name: transformers GGUF Files for Blake Haiku 1 These…
Runs locally from ~282.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Blake-Haiku-1.IQ3_M.gguf | GGUF | GGUF | 320.5 MB | Download |
| Blake-Haiku-1.IQ3_S.gguf | GGUF | GGUF | 308.1 MB | Download |
| Blake-Haiku-1.IQ4_XS.gguf | GGUF | GGUF | 352.2 MB | Download |
| Blake-Haiku-1.Q2_K.gguf | GGUF | GGUF | 282.5 MB | Download |
| Blake-Haiku-1.Q3_K_L.gguf | GGUF | GGUF | 351.4 MB | Download |
| Blake-Haiku-1.Q3_K_M.gguf | GGUF | GGUF | 331.0 MB | Download |
| Blake-Haiku-1.Q3_K_S.gguf | GGUF | GGUF | 308.1 MB | Download |
| Blake-Haiku-1.Q4_K_M.gguf | GGUF | GGUF | 378.3 MB | Download |
| Blake-Haiku-1.Q4_K_S.gguf | GGUF | GGUF | 365.5 MB | Download |
| Blake-Haiku-1.Q5_K_M.gguf | GGUF | GGUF | 423.8 MB | Download |
| Blake-Haiku-1.Q5_K_S.gguf | GGUF | GGUF | 416.4 MB | Download |
| Blake-Haiku-1.Q6_K.gguf | GGUF | GGUF | 472.2 MB | Download |
| Blake-Haiku-1.Q8_0.gguf | GGUF | GGUF | 609.8 MB | Download |
| Blake-Haiku-1.f16.gguf | GGUF | GGUF | 1.12 GB | Download |
Model Details
| Model ID | Flexan/Blake-Haiku-1-GGUF |
|---|---|
| Author | Flexan |
| Pipeline | text-generation |
| License | cc-by-sa-4.0 |
| Base model | Flexan/Blake-Haiku-1 |
| Last modified | 2026-08-21T22:00:03.000Z |
Model README
---
license: cc-by-sa-4.0
language:
- en
base_model:
- Flexan/Blake-Haiku-1
pipeline_tag: text-generation
library_name: transformers
---
GGUF Files for Blake-Haiku-1
These are the GGUF files for Flexan/Blake-Haiku-1.
Downloads
| GGUF Link | Quantization | Description |
| ---- | ----- | ----------- |
| Download | Q2_K | Lowest quality |
| Download | Q3_K_S | |
| Download | IQ3_S | Integer quant, preferable over Q3_K_S |
| Download | IQ3_M | Integer quant |
| Download | Q3_K_M | |
| Download | Q3_K_L | |
| Download | IQ4_XS | Integer quant |
| Download | Q4_K_S | Fast with good performance |
| Download | Q4_K_M | Recommended: Perfect mix of speed and performance |
| Download | Q5_K_S | |
| Download | Q5_K_M | |
| Download | Q6_K | Very good quality |
| Download | Q8_0 | Best quality |
| Download | f16 | Full precision, don't bother; use a quant |
Blake Haiku 1
Description
Blake Haiku 1 is an instruct LLM consisting of 0.6B parameters trained to talk in a human conversational manner. It was trained without support for reasoning nor tool-calling.
The model was LoRA fine-tuned with Qwen/Qwen3-0.6B as base model.
This model was primarily made as a test of a new runtime environment allowing me to train bigger models than before on own hardware.
Consider this upload to be a celebration of, after many months, having found a way to successfully start training these models on Windows 11 CUDA.
Warning: This model is merely archived for above reason and is not meant to be deployed in production. Training data was minimal.
There will likely not be a Blake Haiku 2.
Chat Format
Blake Haiku 1 uses the ChatML format, e.g.:
<|im_start|>system
System message<|im_end|>
<|im_start|>user
User prompt<|im_end|>
<|im_start|>assistant
Assistant response<|im_end|>
Usage
We recommend using the following system prompt:
You're Moke, a user chatting with random people on Discord.
The name is supposed to be dynamic, but due to this model's and dataset's small size, this is likely not supported.
The assistant response has the following format:
<|im_start|>assistant
<think>
</think>
What happened? :0
I wanna know! >.<<|im_end|>
Each line is supposed to be a new "message" in a conversation, mimicking humans using traditional chatting platforms
(e.g. Discord, where you can send multiple messages before someone responds).
Note that the <think>...</think> tags are always empty, as this model was not trained on reasoning data.
Datasets
- Private dataset 72 chats / 315 completions
Smaller version of the dataset used for the Blake Sonnet model.
Run Flexan/Blake-Haiku-1-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models