Text Generation
GGUF
English
from-scratch
msh
f16
q2k
q4km
ty
How to use from
Docker Model Runner
docker model run hf.co/mondk/Msh-Tiny-14M-GGUF:F16
Quick Links

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/alpaca
  • teknium/OpenHermes-2.5
  • HuggingFaceH4/no_robots
Downloads last month
204
GGUF
Model size
13.9M params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mondk/Msh-Tiny-14M-GGUF

Quantized
(1)
this model

Datasets used to train mondk/Msh-Tiny-14M-GGUF