mondk/GGUF.msh-tiny overview
hi guys, im lazy to write, so this was written by claude, ty. msh tiny GGUF A tiny ~14M parameter GPT 2 style chat model, trained completely from scratch — no …
Runs locally from ~9.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | mondk/GGUF.msh-tiny |
|---|---|
| Author | mondk |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | mondk/Safetensors.msh-tiny |
| Last modified | 2026-08-24T05:58:49.000Z |
Model README
---
license: apache-2.0
language:
- en
base_model:
- mondk/Safetensors.msh-tiny
pipeline_tag: text-generation
tags:
- gguf
- from-scratch
- msh
- f16
- q2k
- q4km
- ty
datasets:
- tatsu-lab/alpaca
- teknium/OpenHermes-2.5
- HuggingFaceH4/no_robots
---
hi guys, im lazy to write, so this was written by claude, ty.
msh-tiny (GGUF)
A tiny (~14M parameter) GPT-2-style chat model, trained completely from scratch — no pretrained base model, custom BPE tokenizer trained from zero, custom PyTorch transformer architecture. This repo contains GGUF builds for use with llama.cpp, Ollama, and LM Studio.
The .safetensors source model is at mondk/Safetensors.msh-tiny.
Files
| File | Quant | Size |
|---|---|---|
| model-f16.gguf | F16 (full precision) | 28.3 MB |
| model-q4km.gguf | Q4_K_M | 11.6 MB |
| model-q2k.gguf | Q2_K | 9.64 MB |
Limitations
This model was trained from random initialization on a modest amount of data with limited compute — it is a small educational project, not a production-quality assistant. Expect it to follow the chat format reliably but produce limited/inconsistent knowledge and occasional incoherent answers.
Prompt format
<|user|>
{your message}
<|assistant|>
The model was trained to stop generating at <|end|>.
Usage
Ollama
FROM ./model-f16.gguf
ollama create msh-tiny -f Modelfile
ollama run msh-tiny
LM Studio: drop the .gguf file into your models folder and load it directly.
llama.cpp
./llama-cli -m model-f16.gguf -p "<|user|>\nhi\n<|assistant|>\n"
Training data
Combining 3 well-known open instruction/chat datasets plus a small hand-written set of everyday chit-chat (greetings, thanks, small talk):
tatsu-lab/alpacateknium/OpenHermes-2.5HuggingFaceH4/no_robots
Run mondk/GGUF.msh-tiny with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models