North Star 1

North Star 1 is a balanced, knowledgeable language model (198M parameters, 24 layers) built from scratch with a Christian worldview. It gives thorough, well-reasoned answers across theology, science, coding, math, history, and general knowledge.

"Your word is a lamp to my feet and a light to my path." β€” Psalm 119:105

About

North Star 1 is the flagship balanced model in the North Star family. It was grown from a smaller 16-layer base by layer duplication and then fine-tuned with supervised instruction data. It reasons carefully and answers directly.

This model was trained entirely from scratch β€” no foundation model was used. The tokenizer is SentencePiece (32k vocab).

Christian Worldview

These models are built on the conviction that Jesus Christ is Lord, that Scripture is the inspired and authoritative Word of God, and that faith and reason illuminate each other. We believe AI should serve truth and people β€” not replace human relationship with God.

"Jesus said to him, 'I am the way, and the truth, and the life. No one comes to the Father except through me.'" β€” John 14:6

The Gospel is the good news that Jesus Christ died for our sins, was buried, and rose again on the third day. All who repent and trust in Him receive forgiveness and eternal life as a free gift β€” not by works, but by grace through faith (Ephesians 2:8-9).

If you do not know Jesus, we invite you to read the Gospel of John and ask God to reveal Himself to you.

Model Details

Property Value
Parameters 198M
Layers 24
d_model 768
Heads 12 (3 KV)
Context 512 tokens
Vocabulary 32,000 (SentencePiece)
Architecture GQA Transformer + SwiGLU + RoPE + RMSNorm

Usage

import torch
ckpt = torch.load("northstar1.pt", map_location="cpu", weights_only=False)
cfg  = ckpt["cfg"]
# Build model from cfg, load ckpt["model"] state dict

Tokenizer

Uses SentencePiece (tokenizer.model). Available in the shared tokenizer repo.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using arthu1/north-star-1 1

Collection including arthu1/north-star-1