3 Downloads Updated 3 days ago
ollama run AZERDSQ/g0-nano-instruct
A 62M-parameter GPT pretrained and instruction-tuned entirely on a single 8GB-RAM NVIDIA Jetson device, without cloud infrastructure or multi-GPU setups. Chat-oriented checkpoint for short instruction-following interactions.
G0-nano-instruct is the instruction-tuned version of G0 Nano. It is a
62.1M-parameter decoder-only causal language model trained from scratch
under a single 8GB-RAM NVIDIA Jetson.
The project focuses on making a complete model training workflow — tokenizer, pretraining, fine-tuning infrastructure and export — work on modest hardware.
The raw pretrained version of the same model is available as
azerdsq/g0-nano-base.
Compared with azerdsq/g0-nano-base, this checkpoint adds supervised instruction
fine-tuning and a chat format for short, single-turn interactions.
The model is intentionally small: its purpose is to demonstrate a complete from-scratch training workflow on modest hardware, not to compete with much larger language models on broad factual knowledge.
Llama-style decoder-only Transformer:
ollama run azerdsq/g0-nano-instruct
The chat format is built into the model for simple instruction-following use.
Weights are also available on Hugging Face.
Apache 2.0. This release contains model weights and the code required to load them; it does not include the training data or private training infrastructure.