summaryrefslogtreecommitdiff
path: root/notebooks/upload_to_hf.py
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-30 12:10:54 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-30 12:10:54 -0500
commit964ef03558e5fe758eb4f16c8a2c599c9aa2eff9 (patch)
treec10d2286f500ce00d0167e5cd3d3d18cd294913e /notebooks/upload_to_hf.py
parent68f8360dc1ca47e598a5a1722c56b2f59086297a (diff)
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MZBxRQ65wDxiUSm9Hr5Ere
Diffstat (limited to 'notebooks/upload_to_hf.py')
-rw-r--r--notebooks/upload_to_hf.py2
1 files changed, 1 insertions, 1 deletions
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"