GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

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…

transformersgguftext-generationenbase_model:Flexan/Blake-Haiku-1base_model:quantized:Flexan/Blake-Haiku-1license:cc-by-sa-4.0endpoints_compatibleregion:usconversational

Runs locally from ~282.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

14 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Blake-Haiku-1.IQ3_M.ggufGGUFGGUF320.5 MBDownload
Blake-Haiku-1.IQ3_S.ggufGGUFGGUF308.1 MBDownload
Blake-Haiku-1.IQ4_XS.ggufGGUFGGUF352.2 MBDownload
Blake-Haiku-1.Q2_K.ggufGGUFGGUF282.5 MBDownload
Blake-Haiku-1.Q3_K_L.ggufGGUFGGUF351.4 MBDownload
Blake-Haiku-1.Q3_K_M.ggufGGUFGGUF331.0 MBDownload
Blake-Haiku-1.Q3_K_S.ggufGGUFGGUF308.1 MBDownload
Blake-Haiku-1.Q4_K_M.ggufGGUFGGUF378.3 MBDownload
Blake-Haiku-1.Q4_K_S.ggufGGUFGGUF365.5 MBDownload
Blake-Haiku-1.Q5_K_M.ggufGGUFGGUF423.8 MBDownload
Blake-Haiku-1.Q5_K_S.ggufGGUFGGUF416.4 MBDownload
Blake-Haiku-1.Q6_K.ggufGGUFGGUF472.2 MBDownload
Blake-Haiku-1.Q8_0.ggufGGUFGGUF609.8 MBDownload
Blake-Haiku-1.f16.ggufGGUFGGUF1.12 GBDownload

Model Details

Model IDFlexan/Blake-Haiku-1-GGUF
AuthorFlexan
Pipelinetext-generation
Licensecc-by-sa-4.0
Base modelFlexan/Blake-Haiku-1
Last modified2026-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

  1. 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.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models