Flatbot-Mini-35M-Q4_0 is the flagship compact conversational model of the Flatseek ecosystem.
It is a 34.9 million parameter decoder-only Transformer trained entirely from scratch using FlatBuild, exported to GGUF, quantized to Q4_0, and optimized for fast CPU inference with FlatRun.
The original FP32 checkpoint is approximately 135 MB, while the quantized Q4_0 GGUF model significantly reduces memory and storage requirements, making it well suited for efficient local deployment on consumer hardware.
Experimental model: Flatbot-Mini-35M is designed for research, education, and experimentation. Although considerably more capable than Flatbot-Micro-4M, it may still generate hallucinations, factual inaccuracies, or inconsistent responses.
1Detected format: gguf
2Building tokenizer from GGUF metadata...
3Loaded model in 0.03 s
45You: Who are you?
67Assistant:
8I'm Flatbot, a conversational AI assistant trained from scratch using the Flatseek ecosystem. I'm here to answer questions, explain concepts, and help with everyday tasks.
Purpose
Flatbot-Mini-35M demonstrates the complete Flatseek AI development pipeline:
Build a conversational dataset
Train a tokenizer
Configure a Transformer architecture
Train entirely from scratch
Export SafeTensors checkpoints
Convert to GGUF
Quantize to Q4_0
Run efficient local inference with FlatRun
The entire workflow is fully reproducible on consumer hardware and showcases how modern language models can be trained, exported, quantized, and deployed without relying on proprietary foundation models.
Limitations
Flatbot-Mini-35M is still a compact language model compared with modern foundation models containing billions of parameters. While it offers substantially stronger conversational ability than the earlier Flatbot-Micro-4M demonstration model, it remains limited in factual knowledge, complex reasoning, multilingual capability, and long-context understanding.
Its primary purpose is to demonstrate an end-to-end open-source training, quantization, and inference pipeline built entirely within the Flatseek ecosystem.