CoolFace
Modelpublic

Biomechanist/Fractal-8b-v1

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes22downloads
Model Card

Fractal-8b-v1 - Fresh Initialization

Status: Config-only (no pretrained weights)

This repo contains:

  • —✓ Qwen3 8B architecture config
  • —✓ Tokenizer
  • —✗ No pretrained weights (deleted for fresh start)

Purpose

This is a fresh initialization checkpoint for the Integrated Cognitive Development Training Pipeline.

When loaded, the model will initialize with random weights - a clean slate for developmental training through 9 phases:

  1. 1.Phase 0: Relational Foundation
  2. 2.Phase 1A: Pattern Recognition
  3. 3.Phase 1B: Compositional Structure
  4. 4.Phase 2A: Perspective Taking (Theory of Mind)
  5. 5.Phase 2B: Abstract Reasoning
  6. 6.Phase 3A: Empirical Grounding
  7. 7.Phase 3B: Value Calibration
  8. 8.Phase 4A: Autonomous Agency
  9. 9.Phase 4B: Integrated Navigation

Training Goal

Drive manifold coordinates to:

  • —T (Topology) ≈ 0.75
  • —G (Geometry) ≈ 0.85

Through curriculum ordering alone, not architecture.

Usage

Use with the Lark Entropy Trainer:

python
from transformers import AutoModelForCausalLM, AutoConfig

# This will initialize fresh random weights
config = AutoConfig.from_pretrained("ahmiershadowman/Fractal-8b-v1")
model = AutoModelForCausalLM.from_config(config)

Start training with Phase 0 dataset: ahmiershadowman/claude-ash-conversations

Dataset Collections

All 9 phases available at: https://huggingface.co/collections/ahmiershadowman