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

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 …

gguffrom-scratchmshf16q2kq4kmtytext-generationendataset:tatsu-lab/alpacadataset:teknium/OpenHermes-2.5dataset:HuggingFaceH4/no_robotsbase_model:mondk/Safetensors.msh-tinybase_model:quantized:mondk/Safetensors.msh-tinylicense:apache-2.0endpoints_compatibleregion:us

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

Downloads
0
Likes
1
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
model-f16.ggufGGUFF1627.0 MBDownload
model-q2k.ggufGGUFQ2K9.2 MBDownload
model-q4km.ggufGGUFQ4KM11.1 MBDownload

Model Details

Model IDmondk/GGUF.msh-tiny
Authormondk
Pipelinetext-generation
Licenseapache-2.0
Base modelmondk/Safetensors.msh-tiny
Last modified2026-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/alpaca
  • teknium/OpenHermes-2.5
  • HuggingFaceH4/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.

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

Source: Hugging Face · Compare models