rob-x-ai/genesis-1b-run2-playground
Genesis 1B
Base completion · Run 2
Genesis 1B is a 1B-parameter language model trained from scratch by Kroonen AI. This Space exposes raw Run 2 pre-training checkpoints so you can inspect how direct language completion changes across training snapshots.
Base model behavior: Genesis 1B continues text. It is not instruction tuned and is not intended to act as a chat assistant. Start a passage, function, article, or scene instead of giving it conversational instructions.
System status
The Space discovers Run 2 step directories from the checkpoint repository, preloads the latest available snapshot at startup, refreshes the index when the page loads, and checks again before each generation. The status field beneath the output records the exact checkpoint used.
Explore the checkpoints
- Compare early and later checkpoints from the dropdown.
- Test prose, code, multilingual prompts, factual-style completions, and story starts.
- Adjust temperature, Top-K, Top-P, and repetition penalty to explore sampling behavior.
- Use Refresh checkpoints to discover a newly published Run 2 step.
Architecture
Runtime
Inference uses the default large Hugging Face ZeroGPU allocation: half of an NVIDIA RTX PRO 6000 Blackwell with 48 GB VRAM, dynamically allocated per request. The model checkpoint is prepared on CPU before GPU capacity is requested for generation.
