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

beardymcgee/cascamini-gpt2-210m-edu-5b-GGUF overview

CascaMini GPT2 210M Edu 5B GGUF This repository contains GGUF quantised files for CascaMini GPT2 210M Edu 5B. The original Transformers model is available here…

ggufllama.cppcausal-lmgpt2educationalfrom-scratchcascaminitext-generationenbase_model:beardymcgee/cascamini-gpt2-210m-edu-5bbase_model:quantized:beardymcgee/cascamini-gpt2-210m-edu-5blicense:apache-2.0endpoints_compatibleregion:us

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

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
cascamini-gpt2-210m-edu-5b-q8_0.ggufGGUFQ8_0216.9 MBDownload

Model Details

Model IDbeardymcgee/cascamini-gpt2-210m-edu-5b-GGUF
Authorbeardymcgee
Pipelinetext-generation
Licenseapache-2.0
Base modelbeardymcgee/cascamini-gpt2-210m-edu-5b
Last modified2026-07-02T10:28:51.000Z

Model README

---

license: apache-2.0

language:

  • en

pipeline_tag: text-generation

tags:

  • gguf
  • llama.cpp
  • causal-lm
  • gpt2
  • educational
  • from-scratch
  • cascamini

base_model: beardymcgee/cascamini-gpt2-210m-edu-5b

---

CascaMini-GPT2-210M-Edu-5B GGUF

This repository contains GGUF quantised files for CascaMini-GPT2-210M-Edu-5B.

The original Transformers model is available here:

beardymcgee/cascamini-gpt2-210m-edu-5b

Model details

  • Model family: CascaMini
  • Architecture: GPT-2-style decoder-only causal language model
  • Parameters: approximately 209.5M
  • Context length: 1024 tokens
  • Tokenizer: GPT-2 BPE
  • Training tokens: approximately 5.24B
  • Best validation loss: 3.2245991230010986
  • Model type: base text-completion model
  • Instruction tuned: no
  • Chat model: no

Available files

| File | Type |

|---|---|

| cascamini-gpt2-210m-edu-5b-q8_0.gguf | Q8_0 quantised GGUF |

llama.cpp usage

Use llama-completion, not llama-cli, because this is a base completion model and not a chat model.

llama-completion \
  -m cascamini-gpt2-210m-edu-5b-q8_0.gguf \
  -p "The main purpose of an operating system is" \
  -n 160 \
  --temp 0.55 \
  --top-k 50 \
  --top-p 0.9 \
  --repeat-penalty 1.1

Known limitations

This model is a small educational base model trained from scratch as a learning project.

It can produce:

  • factual errors
  • circular explanations
  • repetition
  • invented details
  • weak reasoning
  • poor instruction-following behaviour

It should not be used as a factual tutor or assistant without additional verification.

Run beardymcgee/cascamini-gpt2-210m-edu-5b-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