Updated 6 hours ago
ollama run AZERDSQ/g1-nano-base
A 60M-parameter GPT trained completely from scratch on a single 8GB-RAM NVIDIA Jetson device, without cloud infrastructure or multi-GPU setups. Base pretrained checkpoint with a native 2048-token context for raw text completion.
G1-nano-base is a 60.0M-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/g1-nano-instruct.
Compared with the previous G0 Nano design, G1 Nano prioritizes a 2x native context length at approximately the same model size and training constraint. This base checkpoint does not include supervised instruction fine-tuning or a chat format.
Llama-style decoder-only Transformer:
ollama run azerdsq/g1-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 release contains model weights and the code required to load them; it does not include the training data or private training infrastructure.