From 964ef03558e5fe758eb4f16c8a2c599c9aa2eff9 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 30 Jun 2026 12:10:54 -0500 Subject: notebook: HF repo live (blackhao0426/recursive-reasoning-chaos); correct framing + basin cell - point loader at the uploaded HF model bundle (TRM/HRM Sudoku checkpoints + code + test set) - correct mechanism text: both arches are chaotic SADDLES (transient chaos), not attractors; escape-rate gap is mostly compute-per-segment (~1.6x per module-eval, not 5x) - add cell 4: z0-perturbation basin-accessibility (input- vs IC-determined trapping) Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01MZBxRQ65wDxiUSm9Hr5Ere --- notebooks/upload_to_hf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notebooks/upload_to_hf.py') diff --git a/notebooks/upload_to_hf.py b/notebooks/upload_to_hf.py index dfdd87e..4b83747 100644 --- a/notebooks/upload_to_hf.py +++ b/notebooks/upload_to_hf.py @@ -7,7 +7,7 @@ from pathlib import Path import numpy as np from huggingface_hub import HfApi, create_repo -HF_REPO = "YurenHao0426/recursive-reasoning-chaos" +HF_REPO = "blackhao0426/recursive-reasoning-chaos" # HF account (GitHub is YurenHao0426) RRM = Path("/home/yurenh2/rrm") TRM_CK = RRM / "trm/checkpoints/Sudoku-extreme-1k-aug-1000-ACT-torch/pretrain_mlp_t_sudoku_official_gbs768_repro" HRM_CK = RRM / "hrm/checkpoints/Sudoku-extreme-1k-aug-1000 ACT-torch/HierarchicalReasoningModel_ACTV1 righteous-python" -- cgit v1.2.3