4 Downloads Updated 1 month ago
ollama run AZERDSQ/g0-nano-base
A 62M-parameter GPT trained completely from scratch on a single 8GB-RAM NVIDIA Jetson device, without cloud infrastructure or multi-GPU setups. Base pretrained checkpoint for raw text completion, not instruction following.
G0-nano-base is a 62.1M, with embeddings shared with the language-model head-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.
This is the base checkpoint. It predicts the next token and completes text; it is not a chat model and should not be expected to follow instructions.
The instruction-tuned version of the same model is available as
azerdsq/g0-nano-instruct.
This is the pretrained foundation of the G0 Nano model line. It does not include supervised instruction fine-tuning or a chat format.
Llama-style decoder-only Transformer:
ollama run azerdsq/g0-nano-base "The city of Paris is"
This is a base model: it completes text rather than answering questions.
Weights are also available on Hugging Face.
Apache 2.0.
This generation is a full open-source release: weights, tokenizer, inference code and the complete training stack (architecture, tokenizer, pretraining and fine-tuning pipelines, evaluation and export scripts) in AZERDSQ131/G0-nano.