11 hours ago

GGUF quantizations of https://huggingface.co/jbomdev/AlterEgo, a 373M-parameter decoder-only model built from the ground up: architecture, training, tokenizer, and inference all written from scratch. For the full story see the HF page

ollama run jbomdev/alterego:Q4_K_M

Models

View all →

Readme

🧠 AlterEgo-373M - GGUF

GGUF builds of a 373M language model designed, trained, and served entirely from scratch.

🤗 Original Model | GitHub (Training) | GitHub (Platform)


GGUF quantizations of jbomdev/AlterEgo, a 373M-parameter decoder-only model built from the ground up: architecture, training, tokenizer, and inference all written from scratch.

Run it with Ollama

You can run specific quantizations directly by specifying the tag:

Recommended Q8_0 version

ollama run jbomdev/alterego:q8_0

Small Q4_K_M version

ollama run jbomdev/alterego:q4_k_m

Full precision F16 version

ollama run jbomdev/alterego:f16