Updated 4 hours ago
ollama run AZERDSQ/g2-nano-base
A 60.03M-parameter GPT trained from scratch on a single 8GB-RAM NVIDIA Jetson Orin Nano. Same architecture as G1-nano; new pretraining run (~3.00B tokens). This is the base checkpoint: it completes text.
G2-nano-base is a 60.03M-parameter decoder-only causal language model trained
from scratch under an 8GB unified-memory budget (Jetson Orin Nano).
Lab note, not a product win: 2× tokens, weak lift, likely a 60M ceiling on this shape. The ~1B G2 model is not this release.
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/g2-nano-instruct.
About 3.00B training tokens (~50 tokens/parameter) versus ~1.50B for G1-nano. On the canonical 6-task mean this base scores 44.59% versus 43.03% for G1-nano-base (+1.56 pt). PIQA, WinoGrande and ARC-Challenge stay within noise.
Llama-style decoder-only transformer (same as G1-nano):
ollama run azerdsq/g2-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.
Open weights: model weights, tokenizer and inference code
(trust_remote_code). Training code, data pipelines and intermediate
checkpoints are not included.