SAVRN
Search Contact SAVRN

Open-weight model · Text generation

MANN-GPT

by Wuff Mann wuff-mann/MANN-GPT

MANN-GPT is an open-weight model for text generation from Wuff Mann, released under MIT License. Its published files total 106.5 GB.

因果 MANN · 全局记忆 v2 · 动态思考网络(DTN) MANN-GPT v6 is a memory-augmented autoregressive language-model architecture built around causal MANN layers, a formally qualified Global Memory v2 path, and a Dynamic Thinking Network (DTN).

Parameters
Context
Weights106.4 GB
Licensemit
AccessOpen weights
Monthly Downloads

Model Card

By Wuff Mann, published under mit, revision 08c965a2aa4f.

因果 MANN · 全局记忆 v2 · 动态思考网络(DTN) MANN-GPT v6 is a memory-augmented autoregressive language-model architecture built around causal MANN layers, a formally qualified Global Memory v2 path, and a Dynamic Thinking Network (DTN). This repository is the frozen architecture and code archive for the first formally qualified bilingual continuation line. MANN-GPT v6 是一种记忆增强型自回归语言模型架构,其核心由 因果 MANN 层(causal MANN layers)、已完成正式资格验证的 Global Memory v2 全局记忆路径,以及 动态思考网络(Dynamic Thinking Network, DTN) 构成。本仓库保存首条完成正式资格验证的中英双语继续训练线路所对应的冻结架构与代码归档。 The canonical Phase-1 checkpoint passed value qualification, Global-Memory causal-identity retention, exact Q2 preservation, fixed-D3 retention, strict autoregressive…

Read Wuff Mann's full model card
# MANN-GPT v6 ### Memory-Augmented Autoregressive Language Model ### 记忆增强型自回归语言模型 **Causal MANN · Global Memory v2 · Dynamic Thinking Network (DTN)** **因果 MANN · 全局记忆 v2 · 动态思考网络(DTN)** [![Architecture](https://img.shields.io/badge/Architecture-v6--mature--20260910-4C78A8?style=flat-square)](#release-status--当前状态) [![Phase 1](https://img.shields.io/badge/Phase--1-QUALIFIED-2EA44F?style=flat-square)](#qualification-evidence--资格验证证据) [![Phase 2](https://img.shields.io/badge/Phase--2-HOLD-orange?style=flat-square)](#stable-vs-experimental--稳定版本与实验版本) [![Languages](https://img.shields.io/badge/Languages-English%20%7C%20%E4%B8%AD%E6%96%87-6F42C1?style=flat-square)](#overview--模型简介) [![License](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](#license--许可证) [**GitHub**](https://github.com/Mr-wuff/MANN-GPT-v6) · [**Hugging Face**](https://huggingface.co/wuff-mann/MANN-GPT) · [**ModelScope**](https://www.modelscope.cn/models/WuFeiFan/MANN-GPT)

Overview / 模型简介

MANN-GPT v6 is a memory-augmented autoregressive language-model architecture built around causal MANN layers, a formally qualified Global Memory v2 path, and a Dynamic Thinking Network (DTN). This repository is the frozen architecture and code archive for the first formally qualified bilingual continuation line.

MANN-GPT v6 是一种记忆增强型自回归语言模型架构,其核心由 因果 MANN 层(causal MANN layers)、已完成正式资格验证的 Global Memory v2 全局记忆路径,以及 动态思考网络(Dynamic Thinking Network, DTN) 构成。本仓库保存首条完成正式资格验证的中英双语继续训练线路所对应的冻结架构与代码归档。

[!IMPORTANT] Stable architecture freeze / 稳定架构冻结版本: v6-mature-20260910
Canonical qualified parent / 当前正式合格父模型: Formal Bilingual Continuation Phase-1 · Seq512 · 20260909T133242Z
Long-context experiment / 长上下文实验: Phase-2 · Seq1024 · HOLD / not promoted(未晋升)

Core design / 核心设计

English 中文
Causal MANN 26 causal MANN layers form the main autoregressive computation path. 26 层因果 MANN 构成主要自回归计算路径。
Global Memory v2 Source-retention-weighted segment memory with a causal remote reader beyond the local relation window. 基于 SourceRetention 加权的分段全局记忆,并通过因果远程读取器访问局部关系窗口之外的信息。
DTN A qualified fixed cumulative depth-3 Dynamic Thinking Network is retained as part of the mature architecture. 正式合格版本保留固定累计深度 3 的动态思考网络。
Bilingual continuation The qualified continuation line uses a protected EN/ZH representation while adapting only a restricted Tail-MANN scope. 正式继续训练线路保护中英双语表示,仅适配受限的 Tail-MANN 范围。
Strict causality Qualification includes exact autoregressive causality checks and protected-state preservation. 资格验证包含严格自回归因果性检查与受保护状态保持验证。

Release Status / 当前状态

Stable / 稳定 Experimental / 实验
Formal Bilingual Continuation Phase-1 · Seq512

Architecture-readiness loop (Stage2R) closed.
Formal bilingual continuation completed successfully.
Canonical stable checkpoint qualified.
Exact checkpoint loadback verified.

正式双语继续训练 Phase-1 · Seq512

架构就绪闭环(Stage2R)已完成。
正式双语继续训练成功完成。
当前标准稳定 checkpoint 已通过资格验证。
checkpoint 精确回载验证通过。
Phase-2 · Seq1024 — HOLD

Global-Memory utility improved.
Deconfounded memory retention passed.
Optimization gain: +0.4017% < +0.5000%.
Q2 target attribution: 0.1897 < 0.2000.
Not promoted as the stable parent.

Phase-2 · Seq1024 — HOLD

Global Memory 整体效用有所提升。
去混淆记忆保持验证通过。
优化增益:+0.4017% < +0.5000%
Q2 目标归因:0.1897 < 0.2000
未晋升为新的稳定父模型。

The canonical Phase-1 checkpoint passed value qualification, Global-Memory causal-identity retention, exact Q2 preservation, fixed-D3 retention, strict autoregressive causality, protected-state exactness, optimizer-resume lineage, and exact checkpoint loadback.

当前标准 Phase-1 checkpoint 已通过价值验证、Global Memory 因果身份保持、Q2 精确保留、固定 D3 保持、严格自回归因果性、受保护状态精确性、优化器续训谱系,以及 checkpoint 精确回载等资格检查。


Architecture at a Glance / 架构概览

flowchart LR
    A[Token IDs<br/>词元 ID] --> B[Embedding + Semantic Adapter<br/>嵌入 + 语义适配器]
    B --> C[26 Causal MANN Layers<br/>26 层因果 MANN]
    C --> D[Fixed Cumulative D3 DTN<br/>固定累计 D3 DTN]
    D --> E[RMSNorm]
    E --> F[Tied LM Head<br/>权重绑定 LM Head]

    subgraph L[MANN Layer / MANN 层]
      L1[Gated Causal Depthwise Local Conv<br/>门控因果深度局部卷积] --> L2[MemorySelector]
      L2 --> L3[q/k/v Causal Relation Network<br/>q/k/v 因果关系网络]
      L3 --> L4[ReLU² Normalized Connections<br/>ReLU² 归一化连接]
      L4 --> L5[Iterative Activation Propagation<br/>迭代激活传播]
      L5 --> L6[SwiGLU FFN]
    end

    subgraph GM[Global Memory v2 @ L24 / L24 全局记忆 v2]
      G1[SourceRetention Writer<br/>SourceRetention 写入器] --> G2[16-token Segment Slots<br/>16-token 分段槽位]
      G2 --> G3[Causal Remote q/k Reader<br/>因果远程 q/k 读取器]
      G3 --> G4[Local + β·Remote Propagation<br/>局部 + β·远程传播]
    end

The relation path is causal and uses q/k geometry with RoPE, ReLU² non-negative relation scores, and explicit normalization rather than a softmax attention router. Global Memory v2 adds source-retention-weighted segment slots and a remote causal reader outside the 256-token local relation window.

关系路径保持严格因果性,并采用带 RoPE 的 q/k 几何结构ReLU² 非负关系分数以及显式归一化,而不是使用 softmax attention router。Global Memory v2 进一步加入由 SourceRetention 加权的分段记忆槽位,并通过远程因果读取器访问 256-token 局部关系窗口之外的信息。


Frozen Model Geometry / 冻结模型几何参数

Component / 组件 Mature v6 setting / v6 成熟版本设置
Vocabulary / 词表大小 50,259
Hidden size / 隐藏维度 1,536
MANN layers / MANN 层数 26
FFN hidden / FFN 隐藏维度 4,096
Model max sequence / 模型最大序列长度 2,048
Local relation window / 局部关系窗口 256
Relation heads / 关系头 8 query / 2 KV
Global Memory layer / 全局记忆层 L24
Global slot size / 全局槽位大小 16 tokens
Global-memory β 0.60
DTN paths / DTN 路径数 6
Qualified DTN policy / 合格 DTN 策略 Fixed cumulative depth 3 / 固定累计深度 3

Mature Continuation Contract / 成熟继续训练契约

During the formally qualified continuation line, the protected architecture remains fixed while only the L23–L25 Tail-MANN scope is adapted. The Global Memory reader, SourceRetention writer, bilingual protected embeddings/rows, historical v_proj, and DTN remain frozen. Causal-retention replay is used to prevent target-memory identity drift during continued learning.

在正式合格的继续训练线路中,受保护架构保持冻结,仅适配 L23–L25 的 Tail-MANN 范围。Global Memory reader、SourceRetention writer、中英双语受保护 embedding/rows、历史 v_proj 与 DTN 均保持冻结;继续学习过程中使用 causal-retention replay(因果保持重放),以避免目标记忆身份发生漂移。

Canonical Phase-1 contract / Phase-1 标准训练契约

Training item / 训练项 Setting / 设置
Context / 上下文长度 512
Updates / 更新步数 768
Gradient accumulation / 梯度累积 4
Trainable scope / 可训练范围 L23-L25
Tail learning rate / Tail 学习率 5e-6
Data mixture / 数据配比 40% EN / 40% ZH / 20% Code
Causal replay / 因果重放 every 8 updates, 2 records/event
Replay teacher / 重放教师 frozen qualified parent
Adaptive runtime / 自适应运行时 closed

Qualification Evidence / 资格验证证据

Canonical stable run / 标准稳定运行

Run: 20260909T133242Z
Verdict: FORMAL_BILINGUAL_CONTINUATION_PHASE1_SEQ512_QUALIFIED_PROMOTE_PHASE2_CONTEXT_RAMP

Metric / 指标 Result / 结果
Weighted optimization gain / 加权优化增益 +0.6746%
Fresh real composite / 新鲜真实复合指标 +0.4612%
Q2 Global-Memory gain / Q2 全局记忆增益 7.4755%
Q2 target attribution / Q2 目标归因 0.2093
Deconfounded Global-Memory replication / 去混淆全局记忆复现 ZH→ZH 6/6 · ZH→EN 6/6 · EN→ZH 6/6
Strict causality / 严格因果性 9/9 exact-zero prefix-logit difference
Final loadback max-diff / 最终回载最大差异 0.0

Checkpoint integrity / Checkpoint 完整性

Canonical checkpoint hashes / 标准 checkpoint 哈希
formal_phase1_state.pt
ce1d9e7abf5d04e78f63bfa2a23bf3bee4bd1a1f3c940ddf4af18cb78e0928b8

optimizer_state.pt
bae2f679f27a0af7bdccdb016b25f48b4e762dd942a1ac84845e4e5294a365f2

Hugging Face checkpoint path / HF checkpoint 路径

checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified

Repository Layout / 仓库结构

MANN-GPT-v6/
├── src/
│   ├── base_architecture.py
│   │   └── Qualified base MANN-GPT v6 architecture
│   │       已通过资格验证的 MANN-GPT v6 基础架构
│   │
│   ├── global_memory_components.py
│   │   └── SourceRetention writer, segment slots & Global Memory v2 reader
│   │       SourceRetention 写入器、分段槽位与 Global Memory v2 reader
│   │
│   ├── global_memory_install.py
│   │   └── L24 installation path & causal intervention hooks
│   │       L24 安装路径与因果干预 hooks
│   │
│   └── dtn_policy.py
│       └── Qualified fixed cumulative D3 policy
│           已通过资格验证的固定累计 D3 策略
│
├── docs/
│   ├── MATURE_ARCHITECTURE_FREEZE_20260910.md
│   │   └── Design freeze, responsibilities, invariants & stable/experimental boundary
│   │       架构冻结、职责、不变量及稳定/实验边界
│   │
│   └── FORMAL_TRAINING_STATUS_20260910.md
│       └── Qualification state & Phase-2 HOLD diagnosis
│           资格状态与 Phase-2 HOLD 诊断
│
├── manifests/
│   └── v6_mature_20260910.json
│       └── Machine-readable release/checkpoint lineage
│           机器可读的版本与 checkpoint 谱系
│
├── experiments/
│   ├── formal_phase1_20260909/README.md
│   │   └── Qualified Phase-1 evidence / Phase-1 合格证据
│   └── formal_phase2_20260910/README.md
│       └── Seq1024 HOLD evidence; not a promoted parent
│           Seq1024 HOLD 证据;未晋升为父模型
│
└── scripts/
    └── publish_to_hubs.py
        └── Hugging Face & ModelScope publication helper
            Hugging Face 与 ModelScope 发布辅助脚本

Stable vs Experimental / 稳定版本与实验版本

[!NOTE]

Stable / 稳定版本

MANN-GPT v6 + Global Memory v2 + frozen-reader continuation policy + fixed cumulative D3 + qualified Phase-1 Seq512 checkpoint
MANN-GPT v6 + Global Memory v2 + 冻结 reader 继续训练策略 + 固定累计 D3 + 已合格 Phase-1 Seq512 checkpoint

[!WARNING]

Experimental — not promoted / 实验版本——未晋升

Seq1024 Phase-2 context ramp retained memory utility and strict causality, but Q2 target attribution fell below the pre-registered floor and optimization gain did not reach the qualification floor.
Seq1024 Phase-2 上下文扩展实验 保持了记忆效用与严格因果性,但 Q2 目标归因低于预注册门槛,同时优化增益未达到资格门槛,因此不作为新的稳定父模型。


Repositories / 项目仓库

Platform / 平台 Repository / 地址
GitHub https://github.com/Mr-wuff/MANN-GPT-v6
Hugging Face https://huggingface.co/wuff-mann/MANN-GPT
ModelScope https://www.modelscope.cn/models/WuFeiFan/MANN-GPT

License / 许可证

This project is released under the MIT License. See LICENSE for details.

本项目采用 MIT License 开源。详细条款请参阅 LICENSE


**MANN-GPT v6** *Qualified memory-augmented autoregressive architecture · 正式资格验证的记忆增强型自回归架构*

Identity and Version

Repository
wuff-mann/MANN-GPT
Publisher
Wuff Mann
Task
Text generation
Modality
Text
Library
Not stated by the source
Parameters
Not stated by the source
Languages
en, zh
Revision
08c965a2aa4f1d3daaeb691f93565941c99c3e95
First published
2026-09-01
Last updated
2026-09-20

Files and Weights

1,636 files, 106.5 GB in total. The weights are 179 files totalling 106.4 GB in bin, npz, pt, safetensors.

Weights179 files · 106.4 GB
Configuration269 files · 6.8 MB
Tokenizer5 files · 12.7 MB
Documentation108 files · 881.4 KB
Other1074 files · 13.8 MB
Repository1 file · 2.0 KB
Every file
FileTypeSizeSHA-256
checkpoint/formal_bilingual_continuation/phase1/20260909T081233Z/recovery_u0384/optimizer.ptWeights368.4 MB 17bbc5c9f491
checkpoint/formal_bilingual_continuation/phase1/20260909T081233Z/recovery_u0384/state.ptWeights184.2 MB 86dc3f630d1e
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified/formal_phase1_state.ptWeights184.2 MB ce1d9e7abf5d
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified/optimizer_state.ptWeights368.4 MB bae2f679f27a
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/recovery_u0384/optimizer.ptWeights368.4 MB 17bbc5c9f491
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/recovery_u0384/state.ptWeights184.2 MB 86dc3f630d1e
checkpoint/formal_bilingual_continuation/phase2/20260910T013130Z/recovery_u0384/optimizer.ptWeights368.4 MB 89cc94e7bc74
checkpoint/formal_bilingual_continuation/phase2/20260910T013130Z/recovery_u0384/state.ptWeights184.2 MB 97b47826ef85
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0384/optimizer.ptWeights368.4 MB 89cc94e7bc74
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0384/state.ptWeights184.2 MB 97b47826ef85
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0768/optimizer.ptWeights368.4 MB f433ef3274d4
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0768/state.ptWeights184.2 MB c3ecf5ca2593
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0960/optimizer.ptWeights368.4 MB f6ed750aeb01
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0960/state.ptWeights184.2 MB ccb51b5bc10d
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0384/optimizer.ptWeights368.4 MB 89cc94e7bc74
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0384/state.ptWeights184.2 MB 97b47826ef85
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0768/optimizer.ptWeights368.4 MB f433ef3274d4
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0768/state.ptWeights184.2 MB c3ecf5ca2593
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0960/optimizer.ptWeights368.4 MB f6ed750aeb01
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0960/state.ptWeights184.2 MB ccb51b5bc10d
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/qualified/formal_phase2_r2_state.ptWeights184.2 MB 96fd0ad71b5e
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/qualified/optimizer_state.ptWeights368.4 MB 2af311a33963
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0384/optimizer.ptWeights368.4 MB 89cc94e7bc74
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0384/state.ptWeights184.2 MB 97b47826ef85
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0768/optimizer.ptWeights368.4 MB f433ef3274d4
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0768/state.ptWeights184.2 MB c3ecf5ca2593
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0960/optimizer.ptWeights368.4 MB f6ed750aeb01
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0960/state.ptWeights184.2 MB ccb51b5bc10d
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0384/optimizer.ptWeights368.4 MB 88dfd257a24d
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0384/state.ptWeights184.2 MB 306bae155d44
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0768/optimizer.ptWeights368.4 MB 2de48f1c790c
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0768/state.ptWeights184.2 MB b3ef3a50fb1a
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0960/optimizer.ptWeights368.4 MB fcceb63e14c8
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0960/state.ptWeights184.2 MB bda51fa0f5af
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0384/optimizer.ptWeights368.4 MB 88dfd257a24d
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0384/state.ptWeights184.2 MB 306bae155d44
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0768/optimizer.ptWeights368.4 MB 2de48f1c790c
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0768/state.ptWeights184.2 MB b3ef3a50fb1a
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0960/optimizer.ptWeights368.4 MB fcceb63e14c8
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0960/state.ptWeights184.2 MB bda51fa0f5af
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0384/optimizer.ptWeights368.4 MB 88dfd257a24d
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0384/state.ptWeights184.2 MB 306bae155d44
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0768/optimizer.ptWeights368.4 MB 2de48f1c790c
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0768/state.ptWeights184.2 MB b3ef3a50fb1a
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0960/optimizer.ptWeights368.4 MB fcceb63e14c8
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0960/state.ptWeights184.2 MB bda51fa0f5af
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1344/optimizer.ptWeights368.4 MB 485a4739835e
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1344/state.ptWeights184.2 MB 77ba6922a0bb
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1536/optimizer.ptWeights368.4 MB f0943076af4c
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1536/state.ptWeights184.2 MB 091a63c5505a
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/qualified/formal_phase3a_r3_state.ptWeights184.2 MB b7218920916b
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/qualified/optimizer_state.ptWeights368.4 MB 5de46e986123
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0384/optimizer.ptWeights368.4 MB 88dfd257a24d
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0384/state.ptWeights184.2 MB 306bae155d44
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0768/optimizer.ptWeights368.4 MB 2de48f1c790c
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0768/state.ptWeights184.2 MB b3ef3a50fb1a
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0960/optimizer.ptWeights368.4 MB fcceb63e14c8
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0960/state.ptWeights184.2 MB bda51fa0f5af
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1344/optimizer.ptWeights368.4 MB 485a4739835e
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1344/state.ptWeights184.2 MB 77ba6922a0bb
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1536/optimizer.ptWeights368.4 MB f0943076af4c
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1536/state.ptWeights184.2 MB 091a63c5505a
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1920/optimizer.ptWeights368.4 MB 37a3e545c36d
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1920/state.ptWeights184.2 MB 7c87b598745d
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0384/optimizer.ptWeights368.4 MB 90e97b7cc6bb
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0384/state.ptWeights184.2 MB d53bf2608b96
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0768/optimizer.ptWeights368.4 MB 52cc6cb21196
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0768/state.ptWeights184.2 MB ba6bdff21371
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1152/optimizer.ptWeights368.4 MB 0f495663c256
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1152/state.ptWeights184.2 MB 52d3d0e322f0
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1536/optimizer.ptWeights368.4 MB ed6668fb1a44
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1536/state.ptWeights184.2 MB 959525066d71
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1728/optimizer.ptWeights368.4 MB d2486167b40a
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1728/state.ptWeights184.2 MB b320784f0246
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0384/optimizer.ptWeights368.4 MB 90e97b7cc6bb
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0384/state.ptWeights184.2 MB d53bf2608b96
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0768/optimizer.ptWeights368.4 MB 52cc6cb21196
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0768/state.ptWeights184.2 MB ba6bdff21371
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1152/optimizer.ptWeights368.4 MB 0f495663c256
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1152/state.ptWeights184.2 MB 52d3d0e322f0
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1536/optimizer.ptWeights368.4 MB ed6668fb1a44
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1536/state.ptWeights184.2 MB 959525066d71
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1920/optimizer.ptWeights368.4 MB 1df87b5dc70b
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1920/state.ptWeights184.2 MB f1172dc883e5
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2304/optimizer.ptWeights368.4 MB eb34d4ba8297
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2304/state.ptWeights184.2 MB 14ef14438f0b
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2688/optimizer.ptWeights368.4 MB b30421aa0e07
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2688/state.ptWeights184.2 MB 1bc63bb64188
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2880/optimizer.ptWeights368.4 MB 66b6765b022e
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2880/state.ptWeights184.2 MB 186d5652111e
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0384/optimizer.ptWeights368.4 MB f00ae3ea11fc
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0384/state.ptWeights184.2 MB aa03328bc066
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0768/optimizer.ptWeights368.4 MB 4103ca467ac4
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0768/state.ptWeights184.2 MB b550a59266ab
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1152/optimizer.ptWeights368.4 MB 08512fce9863
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1152/state.ptWeights184.2 MB 8e26d0af1752
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1536/optimizer.ptWeights368.4 MB 1c8a53189b3f
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1536/state.ptWeights184.2 MB 33962094cbf1
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1920/optimizer.ptWeights368.4 MB ab86837c54e3
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1920/state.ptWeights184.2 MB 022dd30f5bca
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0384/optimizer.ptWeights368.4 MB 967f56567e0f
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0384/state.ptWeights184.2 MB a5e3ee34f6c3
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0768/optimizer.ptWeights368.4 MB a8be841d7ba4
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0768/state.ptWeights184.2 MB 964211ae0dd7
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1152/optimizer.ptWeights368.4 MB b537df5cdfd2
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1152/state.ptWeights184.2 MB c157e4aef945
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1536/optimizer.ptWeights368.4 MB 9a90a980a3db
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1536/state.ptWeights184.2 MB 76cbb642ee8a
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1920/optimizer.ptWeights368.4 MB 27501193cdc2
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1920/state.ptWeights184.2 MB f5a82a521ad5
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0384/optimizer.ptWeights982.4 MB ff945a488a75
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0384/state.ptWeights491.2 MB b2c6429d6a08
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0768/optimizer.ptWeights982.4 MB 1f44a387f38b
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0768/state.ptWeights491.2 MB 89914cbda078
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1152/optimizer.ptWeights982.4 MB 53a7ae14ff67
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1152/state.ptWeights491.2 MB 417576ff82b1
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1536/optimizer.ptWeights982.4 MB 2e34d4dae4e5
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1536/state.ptWeights491.2 MB 5ff4e7453152
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1920/optimizer.ptWeights982.4 MB e2050740d54a
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1920/state.ptWeights491.2 MB 3c6e79cd1aff
checkpoint/full_model_training_qualification/f0a_r3/20260914T011433Z/qualified/f0a_r3_state.ptWeights373.0 MB 06225f5b8291
checkpoint/full_model_training_qualification/f0a_r3/20260914T011433Z/qualified/optimizer_state.ptWeights746.0 MB a1403d67c852
checkpoint/stage2/12000/model.safetensorsWeights4.7 GB 5c7e17563749
checkpoint/stage2/12000/optimizer.binWeights9.2 GB facec30029d6
checkpoint/stage2/12000/scheduler.binWeights1.5 KB 9a4a15df08ca
checkpoint/stage2r/a0/20260902T030250Z/best/model.safetensorsWeights2.3 GB f839adc01116
checkpoint/stage2r/a0/20260902T030250Z/final/model.safetensorsWeights2.3 GB f839adc01116
checkpoint/stage2r/a0/20260902T030439Z/best/model.safetensorsWeights2.3 GB f839adc01116
checkpoint/stage2r/a0/20260902T030439Z/final/model.safetensorsWeights2.3 GB f839adc01116
checkpoint/stage2r/a1/20260902T035338Z/best/model.safetensorsWeights2.3 GB 3004bc84f65c
checkpoint/stage2r/a1/20260902T035338Z/final/model.safetensorsWeights2.3 GB 3004bc84f65c
checkpoint/stage2r/a1b/20260902T081954Z/winner/model.safetensorsWeights4.7 GB a36545e0496b
checkpoint/stage2r/a1c/20260903T005317Z/best/model.safetensorsWeights4.7 GB 64c23fea4bea
checkpoint/stage2r/a1c/20260903T005317Z/final/model.safetensorsWeights4.7 GB 64c23fea4bea
checkpoint/stage2r/a1c/20260903T005317Z/final/optimizer.ptWeights9.2 GB 241f1ac687c7
checkpoint/stage2r/a2a/20260903T064924Z/winner/model.safetensorsWeights4.7 GB b3876b555856
checkpoint/stage2r/a2d1/20260903T102303Z/winner/model.safetensorsWeights4.7 GB 96e786420db0
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/global_memory_v2_reader.ptWeights11.8 MB 027b4bb8ad30
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/model.safetensorsWeights4.7 GB bd0d06cf098e
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/source_retention_head_layer24.ptWeights2.4 MB d2fafcb35954
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/bilingual_embedding_extension.safetensorsWeights93.9 MB f6724698fe52
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/bilingual_embedding_extension.safetensorsWeights93.9 MB ffea0e0ba10f
checkpoint/stage2r/b2_r3_p1/20260907T051335Z/reader_candidate/bilingual_reader_k_positive_floor.ptWeights11.8 MB 56e5ba65775e
checkpoint/stage2r/b3_q0_r3/20260907T084714Z/tail_scope_candidate/bilingual_tail_mann_scope.ptWeights184.2 MB 0eaf34128653
checkpoint/stage2r/b3_q1_r1/20260907T113908Z/consolidated_tail_candidate/bilingual_tail_mann_consolidated.ptWeights184.2 MB e98ae9b5264d
checkpoint/stage2r/b4_r7_r2/20260909T062451Z/formal_bilingual_continuation_candidate/bilingual_continuation_state.ptWeights184.2 MB 33c53e23b78a
checkpoint/stage2r/b4_r7_r2/20260909T062451Z/formal_bilingual_continuation_candidate/optimizer_state.ptWeights368.4 MB 87e2df35073f
experiments/stage2r/a2d3_r1/20260904T013708Z/probe_weights/DYNAMICS_CONF_SEPARATE.ptWeights9.5 MB d90fb309e1b4
experiments/stage2r/a2d3_r1/20260904T013708Z/probe_weights/STATE_SHARED.ptWeights1.6 MB 02fa9ad7b811
experiments/stage2r/a2d4/20260904T020607Z/utility_gate/STATE_SHARED_utility_gate.ptWeights1.6 MB 613ab88b23b9
experiments/stage2r/a3b_p0/20260904T064854Z/pretrained_source_heads/source_retention_heads.ptWeights9.4 MB 5af407850751
experiments/stage2r/a4a_r1/20260904T165341Z/reader_sidecars/SOURCE_READER_reader_state.ptWeights11.8 MB e4a8c04d341d
experiments/stage2r/a4a_r1/20260904T165341Z/reader_sidecars/UNIFORM_READER_reader_state.ptWeights11.8 MB 10973d8e5db8
experiments/stage2r/a4a_r3/20260905T052732Z/reader_sidecar/native_iap_remote_reader_layer24.ptWeights11.8 MB 3d006515aa0b
scale0/s0_100m_v1/checkpoints/shard_00_20260915T080505Z/optimizer.ptWeights746.1 MB 2b151a85a8f2
scale0/s0_100m_v1/checkpoints/shard_00_20260915T080505Z/rng.ptWeights14.8 KB 1a138a5e79b7
scale0/s0_100m_v1/checkpoints/shard_00_20260915T080505Z/state.ptWeights373.0 MB 254014c7c018
scale0/s0_100m_v1/data/sealed_streams.npzWeights459.5 KB 6316d9b4fe1b
scale0/s0_100m_v1/data/shard_00.npzWeights10.0 MB 52805d5cdae4
scale0/s0_100m_v1/data/shard_01.npzWeights10.0 MB eb0c81f93ebb
scale0/s0_100m_v1/data/shard_02.npzWeights10.0 MB 913f6b5683a4
scale0/s0_100m_v1/data/shard_03.npzWeights10.0 MB dd56a14e0181
scale0/s0_100m_v1/data/shard_04.npzWeights10.0 MB c07fbe67f9b7
scale0/s0_100m_v1/data/shard_05.npzWeights10.0 MB 5e01e0155961
scale0/s0_100m_v1/data/shard_06.npzWeights10.0 MB 573c74c8bc4f
scale0/s0_100m_v1/data/shard_07.npzWeights10.0 MB 0075dc5732f4
scale0/s0_100m_v1/data/shard_08.npzWeights10.0 MB ddad08940acd
scale0/s0_100m_v1/data/shard_09.npzWeights10.0 MB 3fbb2405150b
scale0/s0_100m_v1/data/shard_10.npzWeights10.0 MB 465fa4d45775
scale0/s0_100m_v1/data/shard_11.npzWeights10.0 MB 004a555c6455
scale0/s0_100m_v1/data/shard_12.npzWeights10.0 MB 390bfb8cb79b
scale0/s0_100m_v1/data/shard_13.npzWeights10.0 MB 6a242e5a9f7d
scale0/s0_100m_v1/data/shard_14.npzWeights10.0 MB b8df9d35bf59
scale0/s0_100m_v1/data/shard_15.npzWeights10.0 MB f764d0ccb336
scale0/s0_100m_v1/data/shard_16.npzWeights10.0 MB c58163fec3af
scale0/s0_100m_v1/data/shard_17.npzWeights10.0 MB ef9928684924
scale0/s0_100m_v1/data/shard_18.npzWeights10.0 MB 26dc8a95948c
scale0/s0_100m_v1/data/shard_19.npzWeights10.0 MB 363dc7dd51c2
scale0/s0_100m_v1/replay/replay_bank.ptWeights2.8 MB 19585f5ef59a
architecture_archive/v6-mature-20260910/manifests/v6_mature_20260910.jsonConfiguration1.8 KB
architecture_archive/v6-mature-20260910/src/base_architecture.pyConfiguration16.4 KB
architecture_archive/v6-mature-20260910/src/dtn_policy.pyConfiguration532 B
architecture_archive/v6-mature-20260910/src/global_memory_components.pyConfiguration5.8 KB
architecture_archive/v6-mature-20260910/src/global_memory_install.pyConfiguration4.7 KB
checkpoint/formal_bilingual_continuation/phase1/20260909T081233Z/recovery_u0384/audit.jsonConfiguration262 B
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified/formal_bilingual_phase1_summary.jsonConfiguration57.5 KB
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified/training_contract.jsonConfiguration1.4 KB
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/recovery_u0384/audit.jsonConfiguration262 B
checkpoint/formal_bilingual_continuation/phase2/20260910T013130Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0768/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030222Z/recovery_u0960/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0768/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase2_r1/20260910T030425Z/recovery_u0960/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/qualified/formal_bilingual_phase2_r2_summary.jsonConfiguration62.6 KB
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/qualified/training_contract.jsonConfiguration2.1 KB
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0768/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/recovery_u0960/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0384/audit.jsonConfiguration275 B
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0768/audit.jsonConfiguration262 B
checkpoint/formal_bilingual_continuation/phase3a/20260910T065222Z/recovery_u0960/audit.jsonConfiguration261 B
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0384/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0768/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/recovery_u0960/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0384/audit.jsonConfiguration275 B
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0768/audit.jsonConfiguration260 B
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u0960/audit.jsonConfiguration262 B
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1344/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/recovery_u1536/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/qualified/formal_bilingual_phase3a_r3_summary.jsonConfiguration64.3 KB
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/qualified/training_contract.jsonConfiguration2.3 KB
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0768/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u0960/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1344/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1536/audit.jsonConfiguration265 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/recovery_u1920/audit.jsonConfiguration260 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u0768/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1152/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1536/audit.jsonConfiguration265 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T014448Z/recovery_u1728/audit.jsonConfiguration278 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u0768/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1152/audit.jsonConfiguration261 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1536/audit.jsonConfiguration265 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u1920/audit.jsonConfiguration262 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2304/audit.jsonConfiguration275 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2688/audit.jsonConfiguration276 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T034504Z/recovery_u2880/audit.jsonConfiguration278 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0384/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u0768/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1152/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1536/audit.jsonConfiguration265 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T061813Z/recovery_u1920/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0384/audit.jsonConfiguration263 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u0768/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1152/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1536/audit.jsonConfiguration264 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T104554Z/recovery_u1920/audit.jsonConfiguration275 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0384/audit.jsonConfiguration273 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u0768/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1152/audit.jsonConfiguration275 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1536/audit.jsonConfiguration274 B
checkpoint/formal_bilingual_continuation/phase3b/20260911T150752Z/recovery_u1920/audit.jsonConfiguration277 B
checkpoint/full_model_training_qualification/f0a_r3/20260914T011433Z/qualified/f0a_r3_summary.jsonConfiguration35.5 KB
checkpoint/full_model_training_qualification/f0a_r3/20260914T011433Z/qualified/training_contract.jsonConfiguration893 B
checkpoint/stage2/12000/training_state.jsonConfiguration212 B
checkpoint/stage2r/a0/20260902T030250Z/best/training_state.jsonConfiguration833 B
checkpoint/stage2r/a0/20260902T030250Z/final/training_state.jsonConfiguration829 B
checkpoint/stage2r/a0/20260902T030439Z/best/training_state.jsonConfiguration833 B
checkpoint/stage2r/a0/20260902T030439Z/final/training_state.jsonConfiguration829 B
checkpoint/stage2r/a1/20260902T035338Z/best/training_state.jsonConfiguration1.1 KB
checkpoint/stage2r/a1/20260902T035338Z/final/training_state.jsonConfiguration1.1 KB
checkpoint/stage2r/a1b/20260902T081954Z/winner/result.jsonConfiguration1.8 KB
checkpoint/stage2r/a1b/20260902T081954Z/winner/training_state.jsonConfiguration659 B
checkpoint/stage2r/a1c/20260903T005317Z/best/training_state.jsonConfiguration1.3 KB
checkpoint/stage2r/a1c/20260903T005317Z/final/training_state.jsonConfiguration1.3 KB
checkpoint/stage2r/a2a/20260903T064924Z/winner/result.jsonConfiguration1.7 KB
checkpoint/stage2r/a2a/20260903T064924Z/winner/training_state.jsonConfiguration503 B
checkpoint/stage2r/a2d1/20260903T102303Z/winner/architecture_contract.jsonConfiguration401 B
checkpoint/stage2r/a2d1/20260903T102303Z/winner/training_state.jsonConfiguration3.1 KB
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/architecture_contract.jsonConfiguration1.2 KB
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/training_state.jsonConfiguration220 B
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/architecture_contract.jsonConfiguration1.9 KB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/stage2r_b0_r1_summary.jsonConfiguration5.1 KB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/training_state.jsonConfiguration410 B
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/architecture_contract.jsonConfiguration2.3 KB
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/stage2r_b1_p0_summary.jsonConfiguration7.4 KB
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/training_state.jsonConfiguration495 B
checkpoint/stage2r/b2_r3_p1/20260907T051335Z/reader_candidate/architecture_contract.jsonConfiguration824 B
checkpoint/stage2r/b2_r3_p1/20260907T051335Z/reader_candidate/stage2r_b2_r3_p1_summary.jsonConfiguration14.8 KB
checkpoint/stage2r/b3_q0_r3/20260907T084714Z/tail_scope_candidate/architecture_contract.jsonConfiguration1.2 KB
checkpoint/stage2r/b3_q0_r3/20260907T084714Z/tail_scope_candidate/stage2r_b3_q0_r3_summary.jsonConfiguration33.0 KB
checkpoint/stage2r/b3_q1_r1/20260907T113908Z/consolidated_tail_candidate/architecture_contract.jsonConfiguration1.1 KB
checkpoint/stage2r/b3_q1_r1/20260907T113908Z/consolidated_tail_candidate/stage2r_b3_q1_r1_summary.jsonConfiguration50.0 KB
checkpoint/stage2r/b4_r7_r2/20260909T062451Z/formal_bilingual_continuation_candidate/stage2r_b4_r7_r2_summary.jsonConfiguration142.3 KB
checkpoint/stage2r/b4_r7_r2/20260909T062451Z/formal_bilingual_continuation_candidate/training_contract.jsonConfiguration738 B
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_bilingual_phase1_summary.jsonConfiguration57.5 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_bilingual_phase2_summary.jsonConfiguration57.5 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_bilingual_phase2_r1_summary.jsonConfiguration62.1 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_bilingual_phase2_r1_summary.jsonConfiguration62.1 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_bilingual_phase2_r2_summary.jsonConfiguration62.6 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_bilingual_phase3a_summary.jsonConfiguration62.4 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_bilingual_phase3a_r1_summary.jsonConfiguration63.0 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_bilingual_phase3a_r2_summary.jsonConfiguration63.5 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_bilingual_phase3a_r3_summary.jsonConfiguration64.3 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_bilingual_phase3b_summary.jsonConfiguration64.0 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_bilingual_phase3b_r1_summary.jsonConfiguration66.2 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_bilingual_phase3b_r2_summary.jsonConfiguration64.4 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_bilingual_phase3b_r3_summary.jsonConfiguration65.0 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_summary.jsonConfiguration73.3 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_factorization_summary.jsonConfiguration55.4 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_summary.jsonConfiguration33.8 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_summary.jsonConfiguration35.5 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_summary.jsonConfiguration29.1 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/f0b_r0_r1_summary.jsonConfiguration12.9 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_summary.jsonConfiguration42.4 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_summary.jsonConfiguration41.7 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_summary.jsonConfiguration30.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_summary.jsonConfiguration31.1 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_cadence_summary.jsonConfiguration31.6 KB
experiments/stage2r/a0/20260902T030250Z/stage2r_a0_summary.jsonConfiguration1.3 KB
experiments/stage2r/a0/20260902T030439Z/stage2r_a0_summary.jsonConfiguration1.3 KB
experiments/stage2r/a1/20260902T035338Z/dtn_runtime.jsonConfiguration1.0 KB
experiments/stage2r/a1/20260902T035338Z/gradient_audit.jsonConfiguration492 B
experiments/stage2r/a1/20260902T035338Z/stage2r_a1_summary.jsonConfiguration5.0 KB
experiments/stage2r/a1b/20260902T081954Z/branch_results.jsonConfiguration7.3 KB
experiments/stage2r/a1b/20260902T081954Z/stage2r_a1b_summary.jsonConfiguration4.3 KB
experiments/stage2r/a1c/20260903T005317Z/dtn_runtime.jsonConfiguration979 B
experiments/stage2r/a1c/20260903T005317Z/gradient_audit.jsonConfiguration500 B
experiments/stage2r/a1c/20260903T005317Z/stage2r_a1c_summary.jsonConfiguration5.2 KB
experiments/stage2r/a2a/20260903T064924Z/branch_results.jsonConfiguration7.2 KB
experiments/stage2r/a2a/20260903T064924Z/stage2r_a2a_summary.jsonConfiguration3.5 KB
experiments/stage2r/a2b/20260903T073356Z/branch_results.jsonConfiguration6.0 KB
experiments/stage2r/a2b/20260903T073356Z/stage2r_a2b_summary.jsonConfiguration3.6 KB
experiments/stage2r/a2b_r1/20260903T083720Z/branch_results.jsonConfiguration21.0 KB
experiments/stage2r/a2b_r1/20260903T083720Z/depth_utility_forensic.jsonConfiguration3.3 KB
experiments/stage2r/a2b_r1/20260903T083720Z/stage2r_a2b_r1_summary.jsonConfiguration16.9 KB
experiments/stage2r/a2d0/20260903T095607Z/path_dynamics_forensic.jsonConfiguration9.8 KB
experiments/stage2r/a2d0/20260903T095607Z/stage2r_a2d0_summary.jsonConfiguration14.1 KB
experiments/stage2r/a2d1/20260903T102303Z/architecture_contract.jsonConfiguration401 B
experiments/stage2r/a2d1/20260903T102303Z/baseline_semantics.jsonConfiguration4.9 KB
experiments/stage2r/a2d1/20260903T102303Z/branch_results.jsonConfiguration51.1 KB
experiments/stage2r/a2d1/20260903T102303Z/stage2r_a2d1_summary.jsonConfiguration22.6 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/architecture_contract.jsonConfiguration499 B
experiments/stage2r/a2d1_r1/20260903T121555Z/branch_results.jsonConfiguration51.1 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/stage2r_a2d1_r1_summary.jsonConfiguration20.2 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/architecture_contract.jsonConfiguration483 B
experiments/stage2r/a2d1_r2/20260903T130335Z/branch_results.jsonConfiguration75.7 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/stage2r_a2d1_r2_summary.jsonConfiguration26.4 KB
experiments/stage2r/a2d2/20260903T134649Z/architecture_contract.jsonConfiguration491 B
experiments/stage2r/a2d2/20260903T134649Z/branch_results.jsonConfiguration27.0 KB
experiments/stage2r/a2d2/20260903T134649Z/stage2r_a2d2_summary.jsonConfiguration21.0 KB
experiments/stage2r/a2d3/20260904T011511Z/probe_external_results.jsonConfiguration9.0 KB
experiments/stage2r/a2d3/20260904T011511Z/probe_training_history.jsonConfiguration6.7 KB
experiments/stage2r/a2d3/20260904T011511Z/stage2r_a2d3_summary.jsonConfiguration3.6 KB
experiments/stage2r/a2d3_r1/20260904T013708Z/external_selective_exit_results.jsonConfiguration3.2 KB
experiments/stage2r/a2d3_r1/20260904T013708Z/stage2r_a2d3_r1_summary.jsonConfiguration5.1 KB
experiments/stage2r/a2d4/20260904T020607Z/real_exit_timing.jsonConfiguration1.0 KB
experiments/stage2r/a2d4/20260904T020607Z/sealed_real_exit_results.jsonConfiguration2.1 KB
experiments/stage2r/a2d4/20260904T020607Z/stage2r_a2d4_summary.jsonConfiguration4.8 KB
experiments/stage2r/a2d4/20260904T020607Z/utility_gate/utility_gate_config.jsonConfiguration744 B
experiments/stage2r/a2e0/20260904T022137Z/chunk_execution_equivalence.jsonConfiguration2.1 KB
experiments/stage2r/a2e0/20260904T022137Z/coarse_oracle_records.jsonConfiguration1.1 MB
experiments/stage2r/a2e0/20260904T022137Z/stage2r_a2e0_summary.jsonConfiguration14.7 KB
experiments/stage2r/a2e0_r1/20260904T024434Z/stage2r_a2e0_r1_summary.jsonConfiguration16.3 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_records.jsonConfiguration507.6 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/stage2r_a2e0_r2_summary.jsonConfiguration78.8 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_records.jsonConfiguration507.6 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/stage2r_a2e0_r2_summary.jsonConfiguration77.8 KB
experiments/stage2r/a3a/20260904T035809Z/branch_results.jsonConfiguration30.7 KB
experiments/stage2r/a3a/20260904T035809Z/stage2r_a3a_summary.jsonConfiguration3.5 KB
experiments/stage2r/a3a_r1/20260904T052419Z/branch_results.jsonConfiguration47.1 KB
experiments/stage2r/a3a_r1/20260904T052419Z/stage2r_a3a_r1_summary.jsonConfiguration6.4 KB
experiments/stage2r/a3a_r1/20260904T052517Z/branch_results.jsonConfiguration47.1 KB
experiments/stage2r/a3a_r1/20260904T052517Z/stage2r_a3a_r1_summary.jsonConfiguration6.4 KB
experiments/stage2r/a3a_r2/20260904T060823Z/branch_results.jsonConfiguration13.7 KB
experiments/stage2r/a3a_r2/20260904T060823Z/stage2r_a3a_r2_summary.jsonConfiguration3.9 KB
experiments/stage2r/a3b_p0/20260904T064854Z/branch_results.jsonConfiguration15.3 KB
experiments/stage2r/a3b_p0/20260904T064854Z/pretrained_source_heads/source_retention_pretrain_config.jsonConfiguration653 B
experiments/stage2r/a3b_p0/20260904T064854Z/stage2r_a3b_p0_summary.jsonConfiguration4.7 KB
experiments/stage2r/a3b_q0/20260904T083445Z/branch_results_lite.jsonConfiguration20.0 KB
experiments/stage2r/a3b_q0/20260904T083445Z/stage2r_a3b_q0_summary.jsonConfiguration3.4 KB
experiments/stage2r/a3b_q1/20260904T151201Z/branch_results_lite.jsonConfiguration12.0 KB
experiments/stage2r/a3b_q1/20260904T151201Z/stage2r_a3b_q1_summary.jsonConfiguration6.5 KB
experiments/stage2r/a4a/20260904T160029Z/branch_results_lite.jsonConfiguration8.4 KB
experiments/stage2r/a4a/20260904T160029Z/stage2r_a4a_summary.jsonConfiguration2.9 KB
experiments/stage2r/a4a_r1/20260904T165341Z/stage2r_a4a_r1_summary.jsonConfiguration8.1 KB
experiments/stage2r/a4a_r2/20260905T033649Z/stage2r_a4a_r2_summary.jsonConfiguration9.5 KB
experiments/stage2r/a4a_r3/20260905T052732Z/reader_sidecar/reader_contract.jsonConfiguration492 B
experiments/stage2r/a4a_r3/20260905T052732Z/stage2r_a4a_r3_summary.jsonConfiguration5.3 KB
experiments/stage2r/a4b_q0/20260905T055038Z/formal_candidate_results.jsonConfiguration6.6 KB
experiments/stage2r/a4b_q0/20260905T055038Z/runtime_diagnostic.jsonConfiguration2 B
experiments/stage2r/a4b_q0/20260905T055038Z/stage2r_a4b_q0_summary.jsonConfiguration4.6 KB
experiments/stage2r/a4b_q1/20260905T065041Z/q1_candidate_results.jsonConfiguration11.5 KB
experiments/stage2r/a4b_q1/20260905T065041Z/runtime_diagnostic.jsonConfiguration1.1 KB
experiments/stage2r/a4b_q1/20260905T065041Z/stage2r_a4b_q1_summary.jsonConfiguration9.2 KB
experiments/stage2r/a4b_q2/20260905T090918Z/q2_candidate_results.jsonConfiguration11.4 KB
experiments/stage2r/a4b_q2/20260905T090918Z/runtime_diagnostic.jsonConfiguration1.1 KB
experiments/stage2r/a4b_q2/20260905T090918Z/stage2r_a4b_q2_summary.jsonConfiguration13.4 KB
experiments/stage2r/a5_q0/20260905T102446Z/a5_q0_branch_results.jsonConfiguration11.4 KB
experiments/stage2r/a5_q0/20260905T102446Z/stage2r_a5_q0_summary.jsonConfiguration15.8 KB
experiments/stage2r/a5_q0/20260905T102648Z/a5_q0_branch_results.jsonConfiguration11.4 KB
experiments/stage2r/a5_q0/20260905T102648Z/stage2r_a5_q0_summary.jsonConfiguration15.8 KB
experiments/stage2r/a5_q1/20260905T113224Z/a5_q1_branch_results.jsonConfiguration9.7 KB
experiments/stage2r/a5_q1/20260905T113224Z/stage2r_a5_q1_summary.jsonConfiguration14.5 KB
experiments/stage2r/a5_q1_r1/20260905T121357Z/stage2r_a5_q1_r1_summary.jsonConfiguration8.0 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/a5_q1_r2_branch_results.jsonConfiguration22.1 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/stage2r_a5_q1_r2_summary.jsonConfiguration32.5 KB
experiments/stage2r/a5_q1_r3/20260905T140959Z/a5_q1_r3_branch_results.jsonConfiguration17.1 KB
experiments/stage2r/a5_q1_r3/20260905T140959Z/stage2r_a5_q1_r3_summary.jsonConfiguration31.9 KB
experiments/stage2r/a5_q2/20260905T150605Z/a5_q2_branch_results.jsonConfiguration30.1 KB
experiments/stage2r/a5_q2/20260905T150605Z/stage2r_a5_q2_summary.jsonConfiguration41.1 KB
experiments/stage2r/a5_q2_r1/20260906T013431Z/a5_q2_r1_branch_results.jsonConfiguration17.1 KB
experiments/stage2r/a5_q2_r1/20260906T013431Z/stage2r_a5_q2_r1_summary.jsonConfiguration22.9 KB
experiments/stage2r/a5_q2_r2/20260906T060612Z/a5_q2_r2_branch_results.jsonConfiguration26.5 KB
experiments/stage2r/a5_q2_r2/20260906T060612Z/stage2r_a5_q2_r2_summary.jsonConfiguration36.1 KB
experiments/stage2r/b0/20260906T084725Z/stage2r_b0_summary.jsonConfiguration3.8 KB
experiments/stage2r/b0_r1/20260906T090341Z/b0_r1_shape_change_diagnostic.jsonConfiguration548 B
experiments/stage2r/b0_r1/20260906T090341Z/stage2r_b0_r1_summary.jsonConfiguration5.1 KB
experiments/stage2r/b1_p0/20260906T104011Z/b1_p0_shape_length_diagnostic.jsonConfiguration607 B
experiments/stage2r/b1_p0/20260906T104011Z/stage2r_b1_p0_summary.jsonConfiguration7.4 KB
experiments/stage2r/b1_p0/20260906T113825Z/b1_p0_shape_length_diagnostic.jsonConfiguration608 B
experiments/stage2r/b1_p0/20260906T113825Z/stage2r_b1_p0_summary.jsonConfiguration7.4 KB
experiments/stage2r/b2/20260906T122804Z/stage2r_b2_summary.jsonConfiguration7.0 KB
experiments/stage2r/b2_r1/20260906T132549Z/stage2r_b2_r1_summary.jsonConfiguration9.9 KB
experiments/stage2r/b2_r2/20260906T135241Z/stage2r_b2_r2_summary.jsonConfiguration21.8 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/stage2r_b2_r2_r1_summary.jsonConfiguration17.7 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_mechanism_validation.jsonConfiguration573 B
experiments/stage2r/b2_r2_r2/20260907T020313Z/stage2r_b2_r2_r2_summary.jsonConfiguration31.0 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/stage2r_b2_r2_r2_r1_summary.jsonConfiguration14.4 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/stage2r_b2_r2_r2_r1_summary.jsonConfiguration14.4 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_bootstrap_diagnostic.jsonConfiguration2.8 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/stage2r_b2_r2_r2_r2_summary.jsonConfiguration28.4 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_bootstrap.jsonConfiguration2.0 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/stage2r_b2_r3_p0_summary.jsonConfiguration16.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_bootstrap.jsonConfiguration1.6 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/stage2r_b2_r3_p1_summary.jsonConfiguration14.8 KB
experiments/stage2r/b3_q0/20260907T055740Z/stage2r_b3_q0_summary.jsonConfiguration18.3 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/stage2r_b3_q0_r1_summary.jsonConfiguration21.4 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/stage2r_b3_q0_r2_summary.jsonConfiguration15.8 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/stage2r_b3_q0_r2_r1_summary.jsonConfiguration11.4 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/stage2r_b3_q0_r2_r2_summary.jsonConfiguration14.5 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/stage2r_b3_q0_r3_summary.jsonConfiguration33.0 KB
experiments/stage2r/b3_q1/20260907T094714Z/stage2r_b3_q1_summary.jsonConfiguration20.1 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/stage2r_b3_q1_r1_summary.jsonConfiguration50.0 KB
experiments/stage2r/b3_q2/20260907T123738Z/stage2r_b3_q2_summary.jsonConfiguration81.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_phase_audits.jsonConfiguration1.6 KB
experiments/stage2r/b4/20260907T135508Z/stage2r_b4_summary.jsonConfiguration29.8 KB
experiments/stage2r/b4_r1/20260908T005814Z/stage2r_b4_r1_summary.jsonConfiguration55.2 KB
experiments/stage2r/b4_r2/20260908T020411Z/stage2r_b4_r2_summary.jsonConfiguration54.7 KB
experiments/stage2r/b4_r2/20260908T020738Z/stage2r_b4_r2_summary.jsonConfiguration54.7 KB
experiments/stage2r/b4_r3/20260908T035224Z/stage2r_b4_r3_summary.jsonConfiguration6.9 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/stage2r_b4_r3_p0_summary.jsonConfiguration27.7 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/stage2r_b4_r3_r1_summary.jsonConfiguration129.0 KB
experiments/stage2r/b4_r4/20260908T125000Z/stage2r_b4_r4_summary.jsonConfiguration129.2 KB
experiments/stage2r/b4_r5/20260908T142420Z/stage2r_b4_r5_summary.jsonConfiguration129.2 KB
experiments/stage2r/b4_r6/20260909T010753Z/stage2r_b4_r6_summary.jsonConfiguration130.1 KB
experiments/stage2r/b4_r7/20260909T033821Z/stage2r_b4_r7_summary.jsonConfiguration50.4 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/stage2r_b4_r7_r1_summary.jsonConfiguration141.3 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/stage2r_b4_r7_r2_summary.jsonConfiguration142.3 KB
scale0/s0_100m_v1/checkpoints/latest.jsonConfiguration1.7 KB
scale0/s0_100m_v1/checkpoints/shard_00_20260915T080505Z/summary.jsonConfiguration31.5 KB
scale0/s0_100m_v1/data/manifest.jsonConfiguration5.3 KB
scale0/s0_100m_v1/replay/manifest.jsonConfiguration314 B
README.mdDocumentation13.8 KB
architecture_archive/v6-mature-20260910/docs/FORMAL_TRAINING_STATUS_20260910.mdDocumentation1.7 KB
architecture_archive/v6-mature-20260910/docs/MATURE_ARCHITECTURE_FREEZE_20260910.mdDocumentation5.1 KB
architecture_archive/v6-mature-20260910/experiments/formal_phase1_20260909/README.mdDocumentation642 B
architecture_archive/v6-mature-20260910/experiments/formal_phase2_20260910/README.mdDocumentation860 B
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/README_FORMAL_BILINGUAL_PHASE1.mdDocumentation743 B
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/README_FORMAL_BILINGUAL_PHASE2.mdDocumentation743 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/README_FORMAL_BILINGUAL_PHASE2_R1.mdDocumentation932 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/README_FORMAL_BILINGUAL_PHASE2_R1.mdDocumentation932 B
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/README_FORMAL_BILINGUAL_PHASE2_R2.mdDocumentation977 B
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/README_FORMAL_BILINGUAL_PHASE3A.mdDocumentation734 B
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/README_FORMAL_BILINGUAL_PHASE3A_R1.mdDocumentation794 B
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/README_FORMAL_BILINGUAL_PHASE3A_R2.mdDocumentation848 B
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/README_FORMAL_BILINGUAL_PHASE3A_R3.mdDocumentation927 B
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/README_FORMAL_BILINGUAL_PHASE3B.mdDocumentation736 B
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/README_FORMAL_BILINGUAL_PHASE3B_R1.mdDocumentation802 B
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/README_FORMAL_BILINGUAL_PHASE3B_R2.mdDocumentation752 B
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/README_FORMAL_BILINGUAL_PHASE3B_R3.mdDocumentation836 B
experiments/full_model_training_qualification/f0a/20260911T150752Z/README_FULL_MODEL_TRAINING_QUALIFICATION_F0A.mdDocumentation805 B
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/README_F0A_R1_PLASTICITY_FACTORIZATION_RULER.mdDocumentation19.6 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/README_F0A_R2.mdDocumentation623 B
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/README_F0A_R3.mdDocumentation709 B
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/README_F0B_R0_PROPAGATION_DEPTH_RULER.mdDocumentation2.0 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/README_F0B_R0_R1_WIDE_COMPLETION_REPAIR.mdDocumentation3.2 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/README_F0C_R0_TAIL_FFN_CAPACITY_RULER.mdDocumentation23.7 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/README_F0C_R1_POST_GM_FFN_CAPACITY_RULER.mdDocumentation23.4 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/README_S0R1_LOWER_LR_STABILITY_RULER.mdDocumentation832 B
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/README_S0R2_REPLAY_STRENGTH_STABILITY_RULER.mdDocumentation615 B
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/README_S0R3_REPLAY_CADENCE_STABILITY_RULER.mdDocumentation608 B
experiments/stage2r/a0/20260902T030250Z/README_STAGE2R_A0.mdDocumentation587 B
experiments/stage2r/a0/20260902T030439Z/README_STAGE2R_A0.mdDocumentation587 B
experiments/stage2r/a1/20260902T035338Z/README_STAGE2R_A1.mdDocumentation477 B
experiments/stage2r/a1b/20260902T081954Z/README_STAGE2R_A1B.mdDocumentation357 B
experiments/stage2r/a1c/20260903T005317Z/README_STAGE2R_A1C.mdDocumentation645 B
experiments/stage2r/a2a/20260903T064924Z/README_STAGE2R_A2A.mdDocumentation413 B
experiments/stage2r/a2b/20260903T073356Z/README_STAGE2R_A2B.mdDocumentation560 B
experiments/stage2r/a2b_r1/20260903T083720Z/README_STAGE2R_A2B_R1.mdDocumentation439 B
experiments/stage2r/a2d0/20260903T095607Z/README_STAGE2R_A2D0.mdDocumentation514 B
experiments/stage2r/a2d1/20260903T102303Z/README_STAGE2R_A2D1.mdDocumentation514 B
experiments/stage2r/a2d1_r1/20260903T121555Z/README_STAGE2R_A2D1_R1.mdDocumentation616 B
experiments/stage2r/a2d1_r2/20260903T130335Z/README_STAGE2R_A2D1_R2.mdDocumentation625 B
experiments/stage2r/a2d2/20260903T134649Z/README_STAGE2R_A2D2.mdDocumentation640 B
experiments/stage2r/a2d3/20260904T011511Z/README_STAGE2R_A2D3.mdDocumentation684 B
experiments/stage2r/a2d3_r1/20260904T013708Z/README_STAGE2R_A2D3_R1.mdDocumentation603 B
experiments/stage2r/a2d4/20260904T020607Z/README_STAGE2R_A2D4.mdDocumentation542 B
experiments/stage2r/a2e0/20260904T022137Z/README_STAGE2R_A2E0.mdDocumentation681 B
experiments/stage2r/a2e0_r1/20260904T024434Z/README_STAGE2R_A2E0_R1.mdDocumentation735 B
experiments/stage2r/a2e0_r2/20260904T025511Z/README_STAGE2R_A2E0_R2.mdDocumentation715 B
experiments/stage2r/a2e0_r2/20260904T025633Z/README_STAGE2R_A2E0_R2.mdDocumentation695 B
experiments/stage2r/a3a/20260904T035809Z/README_STAGE2R_A3A.mdDocumentation698 B
experiments/stage2r/a3a_r1/20260904T052419Z/README_STAGE2R_A3A_R1.mdDocumentation707 B
experiments/stage2r/a3a_r1/20260904T052517Z/README_STAGE2R_A3A_R1.mdDocumentation707 B
experiments/stage2r/a3a_r2/20260904T060823Z/README_STAGE2R_A3A_R2.mdDocumentation677 B
experiments/stage2r/a3b_p0/20260904T064854Z/README_STAGE2R_A3B_P0.mdDocumentation1.3 KB
experiments/stage2r/a3b_q0/20260904T083445Z/README_STAGE2R_A3B_Q0.mdDocumentation761 B
experiments/stage2r/a3b_q1/20260904T151201Z/README_STAGE2R_A3B_Q1.mdDocumentation915 B
experiments/stage2r/a4a/20260904T160029Z/README_STAGE2R_A4A.mdDocumentation957 B
experiments/stage2r/a4a_r1/20260904T165341Z/README_STAGE2R_A4A_R1.mdDocumentation861 B
experiments/stage2r/a4a_r2/20260905T033649Z/README_STAGE2R_A4A_R2.mdDocumentation1.3 KB
experiments/stage2r/a4a_r3/20260905T052732Z/README_STAGE2R_A4A_R3.mdDocumentation1.1 KB
experiments/stage2r/a4b_q0/20260905T055038Z/README_STAGE2R_A4B_Q0.mdDocumentation690 B
experiments/stage2r/a4b_q1/20260905T065041Z/README_STAGE2R_A4B_Q1.mdDocumentation962 B
experiments/stage2r/a4b_q2/20260905T090918Z/README_STAGE2R_A4B_Q2.mdDocumentation2.4 KB
experiments/stage2r/a5_q0/20260905T102446Z/README_STAGE2R_A5_Q0.mdDocumentation862 B
experiments/stage2r/a5_q0/20260905T102648Z/README_STAGE2R_A5_Q0.mdDocumentation862 B
experiments/stage2r/a5_q1/20260905T113224Z/README_STAGE2R_A5_Q1.mdDocumentation905 B
experiments/stage2r/a5_q1_r1/20260905T121357Z/README_STAGE2R_A5_Q1_R1.mdDocumentation849 B
experiments/stage2r/a5_q1_r2/20260905T130947Z/README_STAGE2R_A5_Q1_R2.mdDocumentation828 B
experiments/stage2r/a5_q1_r3/20260905T140959Z/README_STAGE2R_A5_Q1_R3.mdDocumentation2.6 KB
experiments/stage2r/a5_q2/20260905T150605Z/README_STAGE2R_A5_Q2.mdDocumentation826 B
experiments/stage2r/a5_q2_r1/20260906T013431Z/README_STAGE2R_A5_Q2_R1.mdDocumentation900 B
experiments/stage2r/a5_q2_r2/20260906T060612Z/README_STAGE2R_A5_Q2_R2.mdDocumentation2.6 KB
experiments/stage2r/b0/20260906T084725Z/README_STAGE2R_B0.mdDocumentation1.1 KB
experiments/stage2r/b0_r1/20260906T090341Z/README_STAGE2R_B0_R1.mdDocumentation3.0 KB
experiments/stage2r/b1_p0/20260906T104011Z/README_STAGE2R_B1_P0.mdDocumentation2.2 KB
experiments/stage2r/b1_p0/20260906T113825Z/README_STAGE2R_B1_P0.mdDocumentation2.2 KB
experiments/stage2r/b2/20260906T122804Z/README_STAGE2R_B2.mdDocumentation3.6 KB
experiments/stage2r/b2_r1/20260906T132549Z/README_STAGE2R_B2_R1.mdDocumentation6.2 KB
experiments/stage2r/b2_r2/20260906T135241Z/README_STAGE2R_B2_R2.mdDocumentation4.8 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/README_STAGE2R_B2_R2_R1.mdDocumentation7.4 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/README_STAGE2R_B2_R2_R2.mdDocumentation7.1 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/README_STAGE2R_B2_R2_R2_R1.mdDocumentation7.0 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/README_STAGE2R_B2_R2_R2_R1.mdDocumentation7.0 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/README_STAGE2R_B2_R2_R2_R2.mdDocumentation15.4 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/README_STAGE2R_B2_R3_P0.mdDocumentation9.6 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/README_STAGE2R_B2_R3_P1.mdDocumentation9.2 KB
experiments/stage2r/b3_q0/20260907T055740Z/README_STAGE2R_B3_Q0.mdDocumentation2.2 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/README_STAGE2R_B3_Q0_R1.mdDocumentation1.3 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/README_STAGE2R_B3_Q0_R2.mdDocumentation2.5 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/README_STAGE2R_B3_Q0_R2_R1.mdDocumentation3.2 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/README_STAGE2R_B3_Q0_R2_R2.mdDocumentation5.6 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/README_STAGE2R_B3_Q0_R3.mdDocumentation1.5 KB
experiments/stage2r/b3_q1/20260907T094714Z/README_STAGE2R_B3_Q1.mdDocumentation8.6 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/README_STAGE2R_B3_Q1_R1.mdDocumentation20.3 KB
experiments/stage2r/b3_q2/20260907T123738Z/README_STAGE2R_B3_Q2.mdDocumentation28.4 KB
experiments/stage2r/b4/20260907T135508Z/README_STAGE2R_B4.mdDocumentation14.0 KB
experiments/stage2r/b4_r1/20260908T005814Z/README_STAGE2R_B4_R1.mdDocumentation35.9 KB
experiments/stage2r/b4_r2/20260908T020411Z/README_STAGE2R_B4_R2.mdDocumentation36.2 KB
experiments/stage2r/b4_r2/20260908T020738Z/README_STAGE2R_B4_R2.mdDocumentation36.2 KB
experiments/stage2r/b4_r3/20260908T035224Z/README_STAGE2R_B4_R3.mdDocumentation4.8 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/README_STAGE2R_B4_R3_P0.mdDocumentation15.6 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/README_STAGE2R_B4_R3_R1.mdDocumentation81.0 KB
experiments/stage2r/b4_r4/20260908T125000Z/README_STAGE2R_B4_R4.mdDocumentation81.2 KB
experiments/stage2r/b4_r5/20260908T142420Z/README_STAGE2R_B4_R5.mdDocumentation81.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/README_STAGE2R_B4_R6.mdDocumentation81.9 KB
experiments/stage2r/b4_r7/20260909T033821Z/README_STAGE2R_B4_R7.mdDocumentation1.4 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/README_STAGE2R_B4_R7_R1.mdDocumentation53.3 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/README_STAGE2R_B4_R7_R2.mdDocumentation53.8 KB
checkpoint/formal_bilingual_continuation/phase1/20260909T133242Z/qualified/sha256.txtOther174 B
checkpoint/formal_bilingual_continuation/phase2_r2/20260910T052204Z/qualified/sha256.txtOther177 B
checkpoint/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/qualified/sha256.txtOther178 B
checkpoint/stage2/12000/random_states_0.pklOther14.8 KB e5b98e9edbab
checkpoint/stage2r/a2a/20260903T064924Z/winner/training_metrics.csvOther25.1 KB
checkpoint/stage2r/a4b_q2/20260905T090918Z/winner/sha256.txtOther85 B
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/b0_chinese_token_candidates.csvOther493.0 KB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/b0_embedding_initialization_manifest.csvOther839.4 KB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/sha256.txtOther65 B
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/sha256.txtOther65 B
checkpoint/stage2r/b2_r3_p1/20260907T051335Z/reader_candidate/sha256.txtOther65 B
checkpoint/stage2r/b3_q0_r3/20260907T084714Z/tail_scope_candidate/sha256.txtOther65 B
checkpoint/stage2r/b3_q1_r1/20260907T113908Z/consolidated_tail_candidate/sha256.txtOther65 B
checkpoint/stage2r/b4_r7_r2/20260909T062451Z/formal_bilingual_continuation_candidate/sha256.txtOther183 B
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/b4_r7_r2_replay.csvOther14.0 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/b4_r7_r2_training.csvOther31.0 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_causality.csvOther234 B
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_parent_en_zh.csvOther10.8 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_parent_zh_en.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/formal_p1_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase1/20260909T133242Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/b4_r7_r2_replay.csvOther13.9 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/b4_r7_r2_training.csvOther31.1 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_candidate_en_zh.csvOther10.8 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_causality.csvOther234 B
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/formal_p2_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2/20260910T013130Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_causality.csvOther234 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_parent_q2.csvOther7.6 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_replay.csvOther21.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/formal_p2r1_training.csvOther46.8 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030222Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_causality.csvOther234 B
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_parent_q2.csvOther7.6 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_replay.csvOther21.0 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/formal_p2r1_training.csvOther46.8 KB
experiments/formal_bilingual_continuation/phase2_r1/20260910T030425Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_causality.csvOther234 B
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_parent_q2.csvOther7.6 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_replay.csvOther24.5 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/formal_p2r1_training.csvOther54.8 KB
experiments/formal_bilingual_continuation/phase2_r2/20260910T052204Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_replay.csvOther20.9 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/formal_p3a_training.csvOther46.8 KB
experiments/formal_bilingual_continuation/phase3a/20260910T065222Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_replay.csvOther28.0 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/formal_p3a_training.csvOther62.8 KB
experiments/formal_bilingual_continuation/phase3a_r1/20260910T080923Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_candidate_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_replay.csvOther31.5 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/formal_p3a_r2_training.csvOther70.8 KB
experiments/formal_bilingual_continuation/phase3a_r2/20260910T100047Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_parent_zh_en.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_replay.csvOther38.6 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/formal_p3a_r3_training.csvOther86.7 KB
experiments/formal_bilingual_continuation/phase3a_r3/20260910T135045Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_candidate_zh_zh.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_replay.csvOther34.9 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/formal_p3b_training.csvOther78.8 KB
experiments/formal_bilingual_continuation/phase3b/20260911T014448Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_candidate_en_zh.csvOther10.6 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_replay.csvOther56.0 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/formal_p3b_r1_training.csvOther126.8 KB
experiments/formal_bilingual_continuation/phase3b_r1/20260911T034504Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_candidate_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_candidate_zh_zh.csvOther8.0 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_replay.csvOther38.5 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/formal_p3b_r2_training.csvOther86.8 KB
experiments/formal_bilingual_continuation/phase3b_r2/20260911T061813Z/hf_write_probe.txtOther46 B
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_candidate_en_zh.csvOther10.6 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_candidate_q2.csvOther7.5 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_candidate_zh_en.csvOther7.9 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_candidate_zh_zh.csvOther8.1 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_causality.csvOther291 B
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_replay.csvOther38.5 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/formal_p3b_r3_training.csvOther86.8 KB
experiments/formal_bilingual_continuation/phase3b_r3/20260911T104554Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_candidate_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_candidate_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_candidate_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_candidate_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_causality.csvOther291 B
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_replay.csvOther38.4 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/f0a_training.csvOther86.7 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/full_model_training_qualification/f0a/20260911T150752Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_active_widen_l19_replay.csvOther12.8 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_active_widen_l19_training.csvOther33.0 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_branch_comparison.csvOther555 B
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_control_l23_25_replay.csvOther12.6 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_control_l23_25_training.csvOther32.0 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_prop_widen_l18_22_replay.csvOther13.0 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_prop_widen_l18_22_training.csvOther33.7 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_winner_causality.csvOther291 B
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_winner_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_winner_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_winner_zh_en.csvOther8.0 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/f0a_r1_winner_zh_zh.csvOther8.1 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/full_model_training_qualification/f0a_r1_factorization/20260912T033800Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_candidate_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_candidate_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_candidate_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_candidate_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_causality.csvOther291 B
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_replay.csvOther47.9 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/f0a_r2_training.csvOther124.7 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/full_model_training_qualification/f0a_r2/20260913T035913Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_candidate_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_candidate_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_candidate_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_candidate_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_causality.csvOther291 B
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_replay.csvOther69.8 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/f0a_r3_training.csvOther181.9 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/formal_p3a_parent_zh_zh.csvOther8.1 KB
experiments/full_model_training_qualification/f0a_r3/20260914T011433Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_branch_comparison.csvOther511 B
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_control_f0a_replay.csvOther12.1 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_control_f0a_training.csvOther30.2 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_mid_prop_l15_17_replay.csvOther12.6 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/f0b_r0_mid_prop_l15_17_training.csvOther32.6 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/formal_p3a_parent_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0b_r0/20260914T073039Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/f0b_r0_r1_completed_branch_comparison.csvOther579 B
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/f0b_r0_wide_prop_l12_17_replay.csvOther12.8 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/f0b_r0_wide_prop_l12_17_training.csvOther33.1 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/formal_p3a_parent_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0b_r0_r1/20260914T113900Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_branch_comparison.csvOther414 B
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_control_f0a_replay.csvOther12.1 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_control_f0a_training.csvOther30.2 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_tail_ffn_l23_25_replay.csvOther12.6 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_tail_ffn_l23_25_training.csvOther32.5 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_winner_causality.csvOther291 B
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_winner_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_winner_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_winner_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/f0c_r0_winner_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0c_r0/20260914T134529Z/hf_write_probe.txtOther46 B
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_branch_comparison.csvOther419 B
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_control_f0a_replay.csvOther12.0 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_control_f0a_training.csvOther30.2 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_post_gm_ffn_l24_25_replay.csvOther13.0 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_post_gm_ffn_l24_25_training.csvOther34.2 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_winner_causality.csvOther291 B
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_winner_en_zh.csvOther10.6 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_winner_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_winner_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/f0c_r1_winner_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/formal_p3a_parent_en_zh.csvOther10.7 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/full_model_training_qualification/f0c_r1/20260915T011521Z/hf_write_probe.txtOther46 B
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/formal_p3a_parent_en_zh.csvOther10.6 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/hf_write_probe.txtOther46 B
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_control_vs_lower_lr.csvOther337 B
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_causality.csvOther291 B
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_en_zh.csvOther10.7 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_q2.csvOther7.5 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_replay.csvOther25.3 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_training.csvOther105.5 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_zh_en.csvOther7.9 KB
experiments/scale0/s0_r1_lower_lr/20260915T130704Z/s0r1_lower_lr_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/formal_p3a_parent_en_zh.csvOther10.6 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/hf_write_probe.txtOther46 B
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_lower_lr_replay.csvOther25.3 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_lower_lr_training.csvOther105.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_causality.csvOther291 B
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_en_zh.csvOther10.7 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_q2.csvOther7.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_zh_en.csvOther7.9 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_replay_strength_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r2_replay_strength/20260916T082134Z/s0r2_s0r1_vs_replay_strength.csvOther387 B
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/formal_p3a_parent_en_zh.csvOther10.6 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/formal_p3a_parent_q2.csvOther7.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/formal_p3a_parent_zh_en.csvOther7.9 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/formal_p3a_parent_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/hf_write_probe.txtOther46 B
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_lower_lr_replay.csvOther62.3 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_lower_lr_training.csvOther105.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_strength_causality.csvOther291 B
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_strength_en_zh.csvOther10.6 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_strength_q2.csvOther7.5 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_strength_zh_en.csvOther7.9 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_replay_strength_zh_zh.csvOther8.0 KB
experiments/scale0/s0_r2_replay_strength/20260916T112742Z/s0r3_s0r1_vs_replay_cadence.csvOther382 B
experiments/stage2r/a0/20260902T030250Z/eval_recovery.pngOther54.5 KB
experiments/stage2r/a0/20260902T030250Z/hf_write_probe.txtOther40 B
experiments/stage2r/a0/20260902T030250Z/train_loss.pngOther190.4 KB 48d9d29275e2
experiments/stage2r/a0/20260902T030250Z/training_metrics.csvOther35.8 KB
experiments/stage2r/a0/20260902T030439Z/eval_recovery.pngOther54.5 KB
experiments/stage2r/a0/20260902T030439Z/hf_write_probe.txtOther40 B
experiments/stage2r/a0/20260902T030439Z/train_loss.pngOther190.4 KB 48d9d29275e2
experiments/stage2r/a0/20260902T030439Z/training_metrics.csvOther35.8 KB
experiments/stage2r/a0/_write_probe/20260902T030250Z.txtOther40 B
experiments/stage2r/a0/_write_probe/20260902T030439Z.txtOther40 B
experiments/stage2r/a1/20260902T035338Z/eval_history.csvOther1.8 KB
experiments/stage2r/a1/20260902T035338Z/eval_recovery.pngOther56.5 KB
experiments/stage2r/a1/20260902T035338Z/hf_write_probe.txtOther40 B
experiments/stage2r/a1/20260902T035338Z/train_loss.pngOther145.2 KB 086ee62a3160
experiments/stage2r/a1/20260902T035338Z/training_metrics.csvOther283.2 KB
experiments/stage2r/a1/_write_probe/20260902T035338Z.txtOther40 B
experiments/stage2r/a1b/20260902T081954Z/branch_comparison.csvOther892 B
experiments/stage2r/a1b/20260902T081954Z/hf_write_probe.txtOther41 B
experiments/stage2r/a1b/_write_probe/20260902T081954Z.txtOther41 B
experiments/stage2r/a1b/_write_probe/20260902T103042Z.txtOther41 B
experiments/stage2r/a1c/20260902T134752Z/eval_history.csvOther382 B
experiments/stage2r/a1c/20260903T005317Z/eval_history.csvOther1.8 KB
experiments/stage2r/a1c/20260903T005317Z/eval_recovery.pngOther58.1 KB
experiments/stage2r/a1c/20260903T005317Z/grad_norm.pngOther97.3 KB
experiments/stage2r/a1c/20260903T005317Z/hf_write_probe.txtOther41 B
experiments/stage2r/a1c/20260903T005317Z/train_loss.pngOther157.9 KB 5171fad0b9ea
experiments/stage2r/a1c/20260903T005317Z/training_metrics.csvOther318.2 KB
experiments/stage2r/a1c/20260903T053554Z/eval_history.csvOther381 B
experiments/stage2r/a1c/_write_probe/20260902T134752Z.txtOther41 B
experiments/stage2r/a1c/_write_probe/20260903T005317Z.txtOther41 B
experiments/stage2r/a1c/_write_probe/20260903T053554Z.txtOther41 B
experiments/stage2r/a2a/20260903T064924Z/branch_comparison.csvOther950 B
experiments/stage2r/a2a/20260903T064924Z/hf_write_probe.txtOther41 B
experiments/stage2r/a2a/_write_probe/20260903T064924Z.txtOther41 B
experiments/stage2r/a2b/20260903T073356Z/branch_comparison.csvOther1.2 KB
experiments/stage2r/a2b/20260903T073356Z/hf_write_probe.txtOther41 B
experiments/stage2r/a2b/_write_probe/20260903T073356Z.txtOther41 B
experiments/stage2r/a2b_r1/20260903T083720Z/ROBUST_BCE_0p025_training_metrics.csvOther30.2 KB
experiments/stage2r/a2b_r1/20260903T083720Z/ROBUST_BCE_0p05_training_metrics.csvOther30.1 KB
experiments/stage2r/a2b_r1/20260903T083720Z/ROBUST_BCE_0p10_training_metrics.csvOther30.1 KB
experiments/stage2r/a2b_r1/20260903T083720Z/ROBUST_BCE_0p20_training_metrics.csvOther30.0 KB
experiments/stage2r/a2b_r1/20260903T083720Z/branch_horizon_comparison.csvOther4.4 KB
experiments/stage2r/a2b_r1/20260903T083720Z/hf_write_probe.txtOther44 B
experiments/stage2r/a2b_r1/_write_probe/20260903T083720Z.txtOther44 B
experiments/stage2r/a2d0/20260903T095607Z/factorial_comparison.csvOther872 B
experiments/stage2r/a2d0/20260903T095607Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2d0/20260903T095607Z/nestedness_factorial.pngOther73.3 KB
experiments/stage2r/a2d0/20260903T095607Z/reasoning_depth_hierarchy.pngOther100.7 KB b6bcf7554f3b
experiments/stage2r/a2d0/20260903T095607Z/state_growth.pngOther58.8 KB
experiments/stage2r/a2d0/_write_probe/20260903T095607Z.txtOther42 B
experiments/stage2r/a2d1/20260903T102303Z/FULL_DTN_NESTED_training_metrics.csvOther25.0 KB
experiments/stage2r/a2d1/20260903T102303Z/PATHS_READOUT_CE3_training_metrics.csvOther25.0 KB
experiments/stage2r/a2d1/20260903T102303Z/PATHS_READOUT_NESTED_training_metrics.csvOther25.0 KB
experiments/stage2r/a2d1/20260903T102303Z/READOUT_ONLY_NESTED_training_metrics.csvOther25.3 KB
experiments/stage2r/a2d1/20260903T102303Z/branch_horizon_comparison.csvOther4.5 KB
experiments/stage2r/a2d1/20260903T102303Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2d1/_write_probe/20260903T102303Z.txtOther42 B
experiments/stage2r/a2d1_r1/20260903T121555Z/PATHS_CE3_CONTROL_training_metrics.csvOther17.6 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/PATHS_RANK_0p02_training_metrics.csvOther17.6 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/PATHS_RANK_0p05_training_metrics.csvOther17.6 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/READOUT_RANK_0p05_training_metrics.csvOther17.8 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/branch_horizon_comparison.csvOther3.6 KB
experiments/stage2r/a2d1_r1/20260903T121555Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2d1_r1/_write_probe/20260903T121555Z.txtOther45 B
experiments/stage2r/a2d1_r2/20260903T130335Z/PATHS_RANK_CODE50_training_metrics.csvOther9.3 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/PATHS_READOUT_CODE50_training_metrics.csvOther9.4 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/SCALE_READOUT_CODE50_training_metrics.csvOther9.5 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/SCALE_READOUT_CODE60_training_metrics.csvOther9.5 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/branch_horizon_comparison.csvOther5.0 KB
experiments/stage2r/a2d1_r2/20260903T130335Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2d1_r2/_write_probe/20260903T130335Z.txtOther45 B
experiments/stage2r/a2d2/20260903T134649Z/POST_BENEFIT_training_metrics.csvOther15.0 KB
experiments/stage2r/a2d2/20260903T134649Z/POST_ORACLE_EXACT_training_metrics.csvOther15.0 KB
experiments/stage2r/a2d2/20260903T134649Z/POST_ORACLE_NEAR_0p01_training_metrics.csvOther15.0 KB
experiments/stage2r/a2d2/20260903T134649Z/POST_ORACLE_NEAR_0p02_training_metrics.csvOther14.9 KB
experiments/stage2r/a2d2/20260903T134649Z/PRE_BENEFIT_CONTROL_training_metrics.csvOther15.0 KB
experiments/stage2r/a2d2/20260903T134649Z/controller_horizon_comparison.csvOther5.7 KB
experiments/stage2r/a2d2/20260903T134649Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2d2/_write_probe/20260903T134649Z.txtOther42 B
experiments/stage2r/a2d3/20260904T011511Z/feature_family_comparison.csvOther1.3 KB
experiments/stage2r/a2d3/20260904T011511Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2d3/_write_probe/20260904T011511Z.txtOther42 B
experiments/stage2r/a2d3_r1/20260904T013708Z/DYNAMICS_CONF_SEPARATE_threshold_calibration.csvOther23.8 KB
experiments/stage2r/a2d3_r1/20260904T013708Z/STATE_SHARED_threshold_calibration.csvOther20.9 KB
experiments/stage2r/a2d3_r1/20260904T013708Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2d3_r1/_write_probe/20260904T013708Z.txtOther45 B
experiments/stage2r/a2d4/20260904T020607Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2d4/_write_probe/20260904T020607Z.txtOther42 B
experiments/stage2r/a2e0/20260904T022137Z/coarse_chunk_timing.csvOther1.2 KB
experiments/stage2r/a2e0/20260904T022137Z/coarse_oracle_sweep.csvOther3.5 KB
experiments/stage2r/a2e0/20260904T022137Z/hf_write_probe.txtOther42 B
experiments/stage2r/a2e0/_write_probe/20260904T022137Z.txtOther42 B
experiments/stage2r/a2e0_r1/20260904T024434Z/all_granularity_kernel_crossover.csvOther4.5 KB
experiments/stage2r/a2e0_r1/20260904T024434Z/granularity_timing_aggregate.csvOther1.1 KB
experiments/stage2r/a2e0_r1/20260904T024434Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2e0_r1/20260904T024434Z/quality_hardware_join.csvOther3.0 KB
experiments/stage2r/a2e0_r1/20260904T024434Z/static_packing_equivalence.csvOther1.5 KB
experiments/stage2r/a2e0_r1/20260904T024434Z/synthetic_kernel_crossover.csvOther9.6 KB
experiments/stage2r/a2e0_r1/_write_probe/20260904T024213Z.txtOther45 B
experiments/stage2r/a2e0_r1/_write_probe/20260904T024434Z.txtOther45 B
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_kernel_timing.csvOther16.5 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_kernel_timing_aggregate.csvOther4.2 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_oracle_sweep.csvOther15.4 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_quality_hardware_join.csvOther20.5 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_budget_static_equivalence.csvOther2.4 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/binary_topology_synthetic_crossover.csvOther14.3 KB
experiments/stage2r/a2e0_r2/20260904T025511Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_kernel_timing.csvOther16.6 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_kernel_timing_aggregate.csvOther4.2 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_oracle_sweep.csvOther15.4 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_quality_hardware_join.csvOther20.5 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_budget_static_equivalence.csvOther2.4 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/binary_topology_synthetic_crossover.csvOther14.2 KB
experiments/stage2r/a2e0_r2/20260904T025633Z/hf_write_probe.txtOther45 B
experiments/stage2r/a2e0_r2/_write_probe/20260904T025511Z.txtOther45 B
experiments/stage2r/a2e0_r2/_write_probe/20260904T025633Z.txtOther45 B
experiments/stage2r/a3a/20260904T035809Z/V1_QUERY_CONTROL_training.csvOther6.9 KB
experiments/stage2r/a3a/20260904T035809Z/V2_ALPHA_ONLY_training.csvOther13.4 KB
experiments/stage2r/a3a/20260904T035809Z/V2_SELECTOR_ALPHA_training.csvOther13.3 KB
experiments/stage2r/a3a/20260904T035809Z/a3a_branch_comparison.csvOther805 B
experiments/stage2r/a3a/20260904T035809Z/hf_write_probe.txtOther41 B
experiments/stage2r/a3a/_write_probe/20260904T035809Z.txtOther41 B
experiments/stage2r/a3a_r1/20260904T052419Z/RAW_LAYER_POLARITY_training.csvOther17.2 KB
experiments/stage2r/a3a_r1/20260904T052419Z/RAW_POS_NONNEG_training.csvOther17.4 KB
experiments/stage2r/a3a_r1/20260904T052419Z/Z_LAYER_POLARITY_SELECTOR_training.csvOther17.5 KB
experiments/stage2r/a3a_r1/20260904T052419Z/Z_LAYER_POLARITY_training.csvOther17.4 KB
experiments/stage2r/a3a_r1/20260904T052419Z/a3a_r1_branch_comparison.csvOther1.4 KB
experiments/stage2r/a3a_r1/20260904T052419Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3a_r1/20260904T052517Z/RAW_LAYER_POLARITY_training.csvOther17.2 KB
experiments/stage2r/a3a_r1/20260904T052517Z/RAW_POS_NONNEG_training.csvOther17.4 KB
experiments/stage2r/a3a_r1/20260904T052517Z/Z_LAYER_POLARITY_SELECTOR_training.csvOther17.5 KB
experiments/stage2r/a3a_r1/20260904T052517Z/Z_LAYER_POLARITY_training.csvOther17.4 KB
experiments/stage2r/a3a_r1/20260904T052517Z/a3a_r1_branch_comparison.csvOther1.4 KB
experiments/stage2r/a3a_r1/20260904T052517Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3a_r1/_write_probe/20260904T052419Z.txtOther44 B
experiments/stage2r/a3a_r1/_write_probe/20260904T052517Z.txtOther44 B
experiments/stage2r/a3a_r2/20260904T060823Z/SOURCE_HEAD_FACT_AUX_SELECTOR_training.csvOther16.5 KB
experiments/stage2r/a3a_r2/20260904T060823Z/SOURCE_HEAD_FACT_AUX_training.csvOther15.9 KB
experiments/stage2r/a3a_r2/20260904T060823Z/SOURCE_HEAD_LM_ONLY_training.csvOther15.2 KB
experiments/stage2r/a3a_r2/20260904T060823Z/a3a_r2_branch_comparison.csvOther1.1 KB
experiments/stage2r/a3a_r2/20260904T060823Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3a_r2/_write_probe/20260904T060352Z.txtOther44 B
experiments/stage2r/a3a_r2/_write_probe/20260904T060823Z.txtOther44 B
experiments/stage2r/a3b_p0/20260904T064854Z/PRETRAIN_ALPHA_ONLY_training.csvOther17.9 KB
experiments/stage2r/a3b_p0/20260904T064854Z/PRETRAIN_ALPHA_SELECTOR_training.csvOther17.9 KB
experiments/stage2r/a3b_p0/20260904T064854Z/PRETRAIN_JOINT_MAINTAIN_training.csvOther18.7 KB
experiments/stage2r/a3b_p0/20260904T064854Z/a3b_p0_branch_comparison.csvOther986 B
experiments/stage2r/a3b_p0/20260904T064854Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3b_p0/20260904T064854Z/source_retention_pretrain_history.csvOther287 B
experiments/stage2r/a3b_p0/_write_probe/20260904T064431Z.txtOther44 B
experiments/stage2r/a3b_p0/_write_probe/20260904T064854Z.txtOther44 B
experiments/stage2r/a3b_q0/20260904T083445Z/MANN_GPT_v6_Stage2R_A3B_Q0_20260904T083445Z_RESULTS.zipOther196.1 KB 97d95f12f0f3
experiments/stage2r/a3b_q0/20260904T083445Z/PAIR23_24_training.csvOther65.0 KB
experiments/stage2r/a3b_q0/20260904T083445Z/TAIL4_CONTROL_training.csvOther78.6 KB
experiments/stage2r/a3b_q0/20260904T083445Z/a3b_q0_branch_comparison.csvOther928 B
experiments/stage2r/a3b_q0/20260904T083445Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3b_q0/_write_probe/20260904T083259Z.txtOther44 B
experiments/stage2r/a3b_q0/_write_probe/20260904T083445Z.txtOther44 B
experiments/stage2r/a3b_q1/20260904T151201Z/PAIR_QK_RELATION_FROZEN_SOURCE_training.csvOther37.9 KB
experiments/stage2r/a3b_q1/20260904T151201Z/PAIR_QK_RELATION_JOINT_training.csvOther39.9 KB
experiments/stage2r/a3b_q1/20260904T151201Z/PAIR_ROUTE_CONTROL_training.csvOther39.9 KB
experiments/stage2r/a3b_q1/20260904T151201Z/a3b_q1_branch_comparison.csvOther1.4 KB
experiments/stage2r/a3b_q1/20260904T151201Z/hf_write_probe.txtOther44 B
experiments/stage2r/a3b_q1/_write_probe/20260904T151201Z.txtOther44 B
experiments/stage2r/a4a/20260904T160029Z/SOURCE_BANK_QK_REL_training.csvOther16.4 KB
experiments/stage2r/a4a/20260904T160029Z/SOURCE_BANK_QK_training.csvOther15.7 KB
experiments/stage2r/a4a/20260904T160029Z/UNIFORM_BANK_QK_training.csvOther14.2 KB
experiments/stage2r/a4a/20260904T160029Z/a4a_branch_comparison.csvOther587 B
experiments/stage2r/a4a/20260904T160029Z/hf_write_probe.txtOther41 B
experiments/stage2r/a4a/_write_probe/20260904T160029Z.txtOther41 B
experiments/stage2r/a4a_r1/20260904T165341Z/SOURCE_READER_pretrain.csvOther7.9 KB
experiments/stage2r/a4a_r1/20260904T165341Z/UNIFORM_READER_pretrain.csvOther7.8 KB
experiments/stage2r/a4a_r1/20260904T165341Z/a4a_r1_reader_qualification.csvOther581 B
experiments/stage2r/a4a_r1/20260904T165341Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4a_r1/_write_probe/20260904T165341Z.txtOther44 B
experiments/stage2r/a4a_r2/20260905T033649Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4a_r2/20260905T033649Z/native_iap_calibration_summary.csvOther1.1 KB
experiments/stage2r/a4a_r2/20260905T033649Z/native_iap_confirm.csvOther1.4 KB
experiments/stage2r/a4a_r2/20260905T033649Z/native_iap_oracle_beta_sweep.csvOther8.4 KB
experiments/stage2r/a4a_r2/20260905T033649Z/native_iap_scale_diagnostic.csvOther6.0 KB
experiments/stage2r/a4a_r2/_write_probe/20260904T175935Z.txtOther44 B
experiments/stage2r/a4a_r2/_write_probe/20260904T180504Z.txtOther44 B
experiments/stage2r/a4a_r2/_write_probe/20260905T030410Z.txtOther44 B
experiments/stage2r/a4a_r2/_write_probe/20260905T033649Z.txtOther44 B
experiments/stage2r/a4a_r3/20260905T052732Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4a_r3/20260905T052732Z/query_only_beta_sweep.csvOther899 B
experiments/stage2r/a4a_r3/20260905T052732Z/reader_training.csvOther20.9 KB
experiments/stage2r/a4a_r3/_write_probe/20260905T052732Z.txtOther44 B
experiments/stage2r/a4b_q0/20260905T055038Z/a4b_q0_qualification.csvOther1.3 KB
experiments/stage2r/a4b_q0/20260905T055038Z/consolidation_training.csvOther15.6 KB
experiments/stage2r/a4b_q0/20260905T055038Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4b_q0/_write_probe/20260905T055038Z.txtOther44 B
experiments/stage2r/a4b_q1/20260905T065041Z/a4b_q1_qualification.csvOther1.5 KB
experiments/stage2r/a4b_q1/20260905T065041Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4b_q1/20260905T065041Z/q1_consolidation_training.csvOther15.6 KB
experiments/stage2r/a4b_q1/_write_probe/20260905T063736Z.txtOther44 B
experiments/stage2r/a4b_q1/_write_probe/20260905T063802Z.txtOther44 B
experiments/stage2r/a4b_q1/_write_probe/20260905T065041Z.txtOther44 B
experiments/stage2r/a4b_q2/20260905T090918Z/a4b_q2_qualification.csvOther1.6 KB
experiments/stage2r/a4b_q2/20260905T090918Z/hf_write_probe.txtOther44 B
experiments/stage2r/a4b_q2/20260905T090918Z/q2_anchored_training.csvOther31.3 KB
experiments/stage2r/a4b_q2/20260905T090918Z/q2_snapshot_selection.csvOther797 B
experiments/stage2r/a4b_q2/_write_probe/20260905T090918Z.txtOther44 B
experiments/stage2r/a5_q0/20260905T102446Z/GLOBAL_READER_FROZEN_training.csvOther15.2 KB
experiments/stage2r/a5_q0/20260905T102446Z/GLOBAL_READER_JOINT_training.csvOther19.9 KB
experiments/stage2r/a5_q0/20260905T102446Z/a5_q0_qualification.csvOther1.5 KB
experiments/stage2r/a5_q0/20260905T102446Z/hf_write_probe.txtOther43 B
experiments/stage2r/a5_q0/20260905T102648Z/GLOBAL_READER_FROZEN_training.csvOther15.2 KB
experiments/stage2r/a5_q0/20260905T102648Z/GLOBAL_READER_JOINT_training.csvOther19.9 KB
experiments/stage2r/a5_q0/20260905T102648Z/a5_q0_qualification.csvOther1.5 KB
experiments/stage2r/a5_q0/20260905T102648Z/hf_write_probe.txtOther43 B
experiments/stage2r/a5_q0/_write_probe/20260905T102446Z.txtOther43 B
experiments/stage2r/a5_q0/_write_probe/20260905T102633Z.txtOther43 B
experiments/stage2r/a5_q0/_write_probe/20260905T102648Z.txtOther43 B
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_FROZEN_post_dev_counterfactual.csvOther7.3 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_FROZEN_post_ood_counterfactual.csvOther7.4 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_FROZEN_pre_dev_counterfactual.csvOther7.2 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_FROZEN_pre_ood_counterfactual.csvOther7.3 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_FROZEN_training.csvOther22.8 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_JOINT_LOWLR_post_dev_counterfactual.csvOther7.3 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_JOINT_LOWLR_post_ood_counterfactual.csvOther7.4 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_JOINT_LOWLR_pre_dev_counterfactual.csvOther7.2 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_JOINT_LOWLR_pre_ood_counterfactual.csvOther7.3 KB
experiments/stage2r/a5_q1/20260905T113224Z/GLOBAL_READER_JOINT_LOWLR_training.csvOther29.8 KB
experiments/stage2r/a5_q1/20260905T113224Z/a5_q1_qualification.csvOther1.8 KB
experiments/stage2r/a5_q1/20260905T113224Z/hf_write_probe.txtOther43 B
experiments/stage2r/a5_q1/_write_probe/20260905T113224Z.txtOther43 B
experiments/stage2r/a5_q1_r1/20260905T121357Z/GLOBAL_READER_FROZEN_training.csvOther21.2 KB
experiments/stage2r/a5_q1_r1/20260905T121357Z/a5_q1_r1_qualification.csvOther1.2 KB
experiments/stage2r/a5_q1_r1/20260905T121357Z/hf_write_probe.txtOther46 B
experiments/stage2r/a5_q1_r1/_write_probe/20260905T121357Z.txtOther46 B
experiments/stage2r/a5_q1_r2/20260905T130947Z/FREEZE_LOCAL_QK_training.csvOther27.4 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/FREEZE_PROPAGATION_training.csvOther28.6 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/FREEZE_SELECTOR_training.csvOther27.4 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/FULL_SUBSTRATE_CONTROL_training.csvOther30.1 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/a5_q1_r2_qualification.csvOther3.0 KB
experiments/stage2r/a5_q1_r2/20260905T130947Z/hf_write_probe.txtOther46 B
experiments/stage2r/a5_q1_r2/_write_probe/20260905T130947Z.txtOther46 B
experiments/stage2r/a5_q1_r3/20260905T140959Z/FREEZE_LOCAL_QK_training.csvOther27.5 KB
experiments/stage2r/a5_q1_r3/20260905T140959Z/FULL_SUBSTRATE_training.csvOther27.0 KB
experiments/stage2r/a5_q1_r3/20260905T140959Z/a5_q1_r3_qualification.csvOther2.2 KB
experiments/stage2r/a5_q1_r3/20260905T140959Z/hf_write_probe.txtOther46 B
experiments/stage2r/a5_q1_r3/_write_probe/20260905T140959Z.txtOther46 B
experiments/stage2r/a5_q2/20260905T150605Z/L24_CONTROL_training.csvOther25.9 KB
experiments/stage2r/a5_q2/20260905T150605Z/NEIGHBOR_23_25_training.csvOther26.9 KB
experiments/stage2r/a5_q2/20260905T150605Z/TAIL4_22_25_training.csvOther25.8 KB
experiments/stage2r/a5_q2/20260905T150605Z/a5_q2_qualification.csvOther2.9 KB
experiments/stage2r/a5_q2/20260905T150605Z/hf_write_probe.txtOther43 B
experiments/stage2r/a5_q2/_write_probe/20260905T150605Z.txtOther43 B
experiments/stage2r/a5_q2_r1/20260906T013431Z/CAUSAL_RETENTION_REPLAY_training.csvOther35.4 KB
experiments/stage2r/a5_q2_r1/20260906T013431Z/LM_ONLY_CONTROL_training.csvOther31.3 KB
experiments/stage2r/a5_q2_r1/20260906T013431Z/a5_q2_r1_qualification.csvOther2.1 KB
experiments/stage2r/a5_q2_r1/20260906T013431Z/hf_write_probe.txtOther46 B
experiments/stage2r/a5_q2_r1/_write_probe/20260906T013431Z.txtOther46 B
experiments/stage2r/a5_q2_r2/20260906T060612Z/BALANCED_RELATIVE_REPLAY_training.csvOther41.7 KB
experiments/stage2r/a5_q2_r2/20260906T060612Z/LM_ONLY_CONTROL_training.csvOther34.4 KB
experiments/stage2r/a5_q2_r2/20260906T060612Z/a5_q2_r2_qualification.csvOther2.1 KB
experiments/stage2r/a5_q2_r2/20260906T060612Z/hf_write_probe.txtOther46 B
experiments/stage2r/a5_q2_r2/_write_probe/20260906T042418Z.txtOther46 B
experiments/stage2r/a5_q2_r2/_write_probe/20260906T060612Z.txtOther46 B
experiments/stage2r/b0/20260906T084725Z/b0_chinese_token_candidates.csvOther493.0 KB
experiments/stage2r/b0/20260906T084725Z/b0_embedding_initialization_manifest.csvOther839.4 KB
experiments/stage2r/b0_r1/20260906T090341Z/b0_r1_same_shape_causality.csvOther453 B
experiments/stage2r/b1_p0/20260906T104011Z/b1_p0_same_shape_causality.csvOther447 B
experiments/stage2r/b1_p0/20260906T104011Z/b1_p0_training.csvOther88.1 KB
experiments/stage2r/b1_p0/20260906T104011Z/b1_remote_surface_post.csvOther2.3 KB
experiments/stage2r/b1_p0/20260906T104011Z/b1_remote_surface_pre.csvOther2.3 KB
experiments/stage2r/b1_p0/20260906T104011Z/hf_write_probe.txtOther43 B
experiments/stage2r/b1_p0/20260906T113825Z/b1_p0_same_shape_causality.csvOther447 B
experiments/stage2r/b1_p0/20260906T113825Z/b1_p0_training.csvOther88.1 KB
experiments/stage2r/b1_p0/20260906T113825Z/b1_remote_surface_post.csvOther2.3 KB
experiments/stage2r/b1_p0/20260906T113825Z/b1_remote_surface_pre.csvOther2.3 KB
experiments/stage2r/b1_p0/20260906T113825Z/hf_write_probe.txtOther43 B
experiments/stage2r/b1_p0/_write_probe/20260906T104011Z.txtOther43 B
experiments/stage2r/b1_p0/_write_probe/20260906T113825Z.txtOther43 B
experiments/stage2r/b2/20260906T122804Z/b2_bilingual_remote_counterfactual.csvOther10.7 KB
experiments/stage2r/b2/20260906T122804Z/b2_same_shape_causality.csvOther281 B
experiments/stage2r/b2/20260906T122804Z/b2_semantic_cross_language_diagnostic.csvOther1.1 KB
experiments/stage2r/b2/20260906T122804Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2/_write_probe/20260906T122804Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260906T132549Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260906T135241Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T010822Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T011007Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T011406Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T020313Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T022554Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T022757Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T030423Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T035418Z.txtOther40 B
experiments/stage2r/b2/_write_probe/20260907T051335Z.txtOther40 B
experiments/stage2r/b2_r1/20260906T132549Z/b2_r1_bilingual_directional.csvOther26.3 KB
experiments/stage2r/b2_r1/20260906T132549Z/b2_r1_q2_exact_b1.csvOther25.2 KB
experiments/stage2r/b2_r1/20260906T132549Z/b2_r1_q2_exact_parent.csvOther25.6 KB
experiments/stage2r/b2_r1/20260906T132549Z/b2_same_shape_causality.csvOther281 B
experiments/stage2r/b2_r1/20260906T132549Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_K_ONLY_relation_valid.csvOther3.9 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_K_ONLY_training.csvOther44.0 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_QK_relation_valid.csvOther3.4 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_QK_training.csvOther41.4 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_Q_ONLY_relation_valid.csvOther3.3 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_Q_ONLY_training.csvOther43.1 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_q2_exact_selected.csvOther21.4 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_relation_branch_selection.csvOther692 B
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2/20260906T135241Z/b2_r2_sealed_bilingual_selected.csvOther15.5 KB
experiments/stage2r/b2_r2/20260906T135241Z/b2_same_shape_causality.csvOther281 B
experiments/stage2r/b2_r2/20260906T135241Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_r2_r1_fresh_b1_zh_en_baseline.csvOther2.1 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_r2_r1_fresh_candidate.csvOther29.2 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_r2_r1_k_only_training.csvOther40.4 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_r2_r1_q2_exact_k.csvOther25.0 KB
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2_r1/20260907T011406Z/b2_same_shape_causality.csvOther281 B
experiments/stage2r/b2_r2_r1/20260907T011406Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_BASE_K_training.csvOther30.1 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_BASE_K_valid_relation.csvOther9.0 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_POSITIVE_FLOOR_K_training.csvOther42.8 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_POSITIVE_FLOOR_K_valid_relation.csvOther9.2 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_fresh_en_zh.csvOther6.1 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_fresh_zh_en.csvOther6.1 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_fresh_zh_zh.csvOther9.6 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_q2_exact_pos_k.csvOther18.8 KB
experiments/stage2r/b2_r2_r2/20260907T020313Z/b2_r2_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2_r2/20260907T020313Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_fresh_en_zh.csvOther5.9 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_fresh_relation_valid.csvOther9.1 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_fresh_zh_en.csvOther6.0 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_fresh_zh_zh.csvOther9.6 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_positive_floor_k_training.csvOther20.8 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_q2_exact.csvOther19.1 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/b2_r2_r2_r1_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2_r2_r1/20260907T022554Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_fresh_en_zh.csvOther5.9 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_fresh_relation_valid.csvOther9.1 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_fresh_zh_en.csvOther6.0 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_fresh_zh_zh.csvOther9.6 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_positive_floor_k_training.csvOther20.8 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_q2_exact.csvOther19.1 KB
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/b2_r2_r2_r1_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2_r2_r1/20260907T022757Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r1_fresh_relation_valid.csvOther7.4 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r1_positive_floor_k_training.csvOther20.8 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_A_en_zh.csvOther6.4 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_A_zh_en.csvOther4.9 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_A_zh_zh.csvOther5.5 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_B_en_zh.csvOther6.3 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_B_zh_en.csvOther4.9 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_family_B_zh_zh.csvOther5.5 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_q2_exact.csvOther18.9 KB
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/b2_r2_r2_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r2_r2_r2/20260907T030423Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r2_r2_r1_fresh_relation_valid.csvOther7.2 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r2_r2_r1_positive_floor_k_training.csvOther20.8 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_A_en_zh_1536.csvOther3.8 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_A_en_zh_2048.csvOther7.2 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_A_zh_en_2048.csvOther3.8 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_A_zh_zh_2048.csvOther5.5 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_B_en_zh_1536.csvOther3.8 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_B_en_zh_2048.csvOther7.1 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_B_zh_en_2048.csvOther3.8 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_family_B_zh_zh_2048.csvOther5.5 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_q2_exact.csvOther7.7 KB
experiments/stage2r/b2_r3_p0/20260907T035418Z/b2_r3_p0_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r3_p0/20260907T035418Z/hf_write_probe.txtOther40 B
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r2_r2_r1_fresh_relation_valid.csvOther7.4 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r2_r2_r1_positive_floor_k_training.csvOther20.8 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_A_en_zh_1536.csvOther6.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_A_en_zh_2048.csvOther8.2 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_A_zh_en_2048.csvOther4.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_A_zh_zh_2048.csvOther5.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_B_en_zh_1536.csvOther6.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_B_en_zh_2048.csvOther8.2 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_B_zh_en_2048.csvOther4.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_family_B_zh_zh_2048.csvOther5.3 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_q2_exact.csvOther7.7 KB
experiments/stage2r/b2_r3_p1/20260907T051335Z/b2_r3_p1_same_shape_causality.csvOther234 B
experiments/stage2r/b2_r3_p1/20260907T051335Z/hf_write_probe.txtOther40 B
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_A_en_zh.csvOther3.4 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_A_zh_en.csvOther2.5 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_A_zh_zh.csvOther2.4 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_B_en_zh.csvOther3.5 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_B_zh_en.csvOther2.4 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_BASE_B_zh_zh.csvOther2.5 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_L24_CONTROL_training.csvOther5.0 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_NEIGHBOR23_25_training.csvOther5.1 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_TAIL4_22_25_training.csvOther4.9 KB
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_same_shape_causality.csvOther1 B
experiments/stage2r/b3_q0/20260907T055740Z/b3_q0_scope_selection.csvOther658 B
experiments/stage2r/b3_q0/20260907T055740Z/hf_write_probe.txtOther43 B
experiments/stage2r/b3_q0/_write_probe/20260907T055740Z.txtOther43 B
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_L24_CONTROL_training.csvOther5.0 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_NEIGHBOR23_25_training.csvOther5.1 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_final_base_en_zh.csvOther6.3 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_final_base_zh_en.csvOther4.4 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_final_base_zh_zh.csvOther4.3 KB
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_same_shape_causality.csvOther1 B
experiments/stage2r/b3_q0_r1/20260907T062653Z/b3_q0_r1_scope_selection.csvOther453 B
experiments/stage2r/b3_q0_r1/20260907T062653Z/hf_write_probe.txtOther46 B
experiments/stage2r/b3_q0_r1/_write_probe/20260907T062653Z.txtOther46 B
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_L24_CONTROL_training.csvOther5.0 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_NEIGHBOR23_25_training.csvOther5.1 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_base_en_zh.csvOther1.9 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_base_zh_en.csvOther1.4 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_base_zh_zh.csvOther1.4 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_cand_en_zh.csvOther1.9 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_cand_zh_en.csvOther1.4 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_final_cand_zh_zh.csvOther1.4 KB
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q0_r2/20260907T070037Z/b3_q0_r2_scope_selection.csvOther559 B
experiments/stage2r/b3_q0_r2/20260907T070037Z/hf_write_probe.txtOther46 B
experiments/stage2r/b3_q0_r2/_write_probe/20260907T070037Z.txtOther46 B
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_base_en_zh.csvOther2.7 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_base_zh_en.csvOther2.2 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_base_zh_zh.csvOther3.3 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_cand_en_zh.csvOther2.7 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_cand_zh_en.csvOther2.2 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_final_cand_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_neighbor_training.csvOther3.8 KB
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/b3_q0_r2_r1_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q0_r2_r1/20260907T072802Z/hf_write_probe.txtOther49 B
experiments/stage2r/b3_q0_r2_r1/_write_probe/20260907T072802Z.txtOther49 B
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_base_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_base_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_base_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_cand_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_cand_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_final_cand_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r1_neighbor_training.csvOther3.8 KB
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/b3_q0_r2_r2_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q0_r2_r2/20260907T081223Z/hf_write_probe.txtOther49 B
experiments/stage2r/b3_q0_r2_r2/_write_probe/20260907T081223Z.txtOther49 B
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_replay.csvOther2.9 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_training.csvOther6.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_causal_retention_replay_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_final_base_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_final_base_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_final_base_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_replay.csvOther615 B
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_training.csvOther5.7 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_lm_replay_control_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/b3_q0_r3_parent_replay_signatures.csvOther1.3 KB
experiments/stage2r/b3_q0_r3/20260907T084714Z/hf_write_probe.txtOther46 B
experiments/stage2r/b3_q0_r3/_write_probe/20260907T084714Z.txtOther46 B
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_cand_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_cand_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_cand_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_formal_en_zh.csvOther4.3 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_formal_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_formal_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_r3_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_r3_teacher_replay_signatures.csvOther1.3 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_r3_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_r3_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_replay.csvOther2.4 KB
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_same_shape_causality.csvOther234 B
experiments/stage2r/b3_q1/20260907T094714Z/b3_q1_training.csvOther3.8 KB
experiments/stage2r/b3_q1/20260907T094714Z/hf_write_probe.txtOther43 B
experiments/stage2r/b3_q1/_write_probe/20260907T094714Z.txtOther43 B
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_manifest.csvOther1.7 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_causality.csvOther234 B
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_replay.csvOther2.3 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_training.csvOther5.6 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_dual_anchor_replay_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_formal_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_formal_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_formal_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_causality.csvOther234 B
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_replay.csvOther2.4 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_training.csvOther6.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_single_anchor_control_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/b3_q1_r1_r3_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q1_r1/20260907T113908Z/hf_write_probe.txtOther46 B
experiments/stage2r/b3_q1_r1/_write_probe/20260907T113908Z.txtOther46 B
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_formal_en_zh.csvOther4.3 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_formal_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_formal_zh_zh.csvOther3.3 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_parent_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_parent_replay_signatures.csvOther862 B
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_parent_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_parent_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_causality.csvOther234 B
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_replay.csvOther2.4 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_training.csvOther5.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_readout_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_causality.csvOther234 B
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_replay.csvOther2.4 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_training.csvOther5.8 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_zh_en.csvOther2.6 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_paths_router_readout_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_causality.csvOther234 B
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_en_zh.csvOther4.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_replay.csvOther2.4 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_training.csvOther5.0 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_zh_en.csvOther2.7 KB
experiments/stage2r/b3_q2/20260907T123738Z/b3_q2_tail_control_zh_zh.csvOther3.2 KB
experiments/stage2r/b3_q2/20260907T123738Z/hf_write_probe.txtOther43 B
experiments/stage2r/b3_q2/_write_probe/20260907T123738Z.txtOther43 B
experiments/stage2r/b4/20260907T135508Z/b4_candidate_en_zh.csvOther4.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_candidate_zh_en.csvOther2.7 KB
experiments/stage2r/b4/20260907T135508Z/b4_candidate_zh_zh.csvOther3.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_formal_en_zh.csvOther4.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_formal_zh_en.csvOther2.7 KB
experiments/stage2r/b4/20260907T135508Z/b4_formal_zh_zh.csvOther3.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_parent_en_zh.csvOther4.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_parent_replay_signatures.csvOther2.5 KB
experiments/stage2r/b4/20260907T135508Z/b4_parent_zh_en.csvOther2.7 KB
experiments/stage2r/b4/20260907T135508Z/b4_parent_zh_zh.csvOther3.2 KB
experiments/stage2r/b4/20260907T135508Z/b4_replay.csvOther6.7 KB
experiments/stage2r/b4/20260907T135508Z/b4_same_shape_causality.csvOther234 B
experiments/stage2r/b4/20260907T135508Z/b4_training.csvOther12.2 KB
experiments/stage2r/b4/20260907T135508Z/hf_write_probe.txtOther40 B
experiments/stage2r/b4/_write_probe/20260907T135508Z.txtOther40 B
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_anchor_manifest.csvOther4.8 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_causality.csvOther234 B
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_replay.csvOther6.2 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_training.csvOther15.0 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_dual_anchor_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_formal_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_formal_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_formal_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_parent_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_parent_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_parent_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_causality.csvOther234 B
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_replay.csvOther6.2 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_training.csvOther15.6 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/b4_r1_single_anchor_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r1/20260908T005814Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r1/_write_probe/20260908T005814Z.txtOther43 B
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_causality.csvOther234 B
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_replay.csvOther13.1 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_training.csvOther16.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_dense_iso_weight_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_formal_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_formal_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_formal_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_parent_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_parent_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_parent_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_replay_coverage_manifest.csvOther875 B
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_causality.csvOther234 B
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_replay.csvOther6.6 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_training.csvOther15.9 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020411Z/b4_r2_sparse_control_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r2/20260908T020411Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_causality.csvOther234 B
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_replay.csvOther13.1 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_training.csvOther16.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_dense_iso_weight_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_formal_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_formal_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_formal_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_parent_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_parent_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_parent_zh_zh.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_replay_coverage_manifest.csvOther875 B
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_causality.csvOther234 B
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_replay.csvOther6.6 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_training.csvOther15.9 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r2/20260908T020738Z/b4_r2_sparse_control_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r2/20260908T020738Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r2/_write_probe/20260908T020411Z.txtOther43 B
experiments/stage2r/b4_r2/_write_probe/20260908T020738Z.txtOther43 B
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_causal_strength_manifest.csvOther1.1 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_formal_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_formal_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_formal_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_parent_en_zh.csvOther4.4 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_parent_zh_en.csvOther3.5 KB
experiments/stage2r/b4_r3/20260908T035224Z/b4_r3_parent_zh_zh.csvOther3.6 KB
experiments/stage2r/b4_r3/20260908T035224Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r3/_write_probe/20260908T035224Z.txtOther43 B
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_formal_en_zh.csvOther10.9 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/b4_r3_p0_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r3_p0/20260908T054722Z/hf_write_probe.txtOther46 B
experiments/stage2r/b4_r3_p0/_write_probe/20260908T054722Z.txtOther46 B
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_dense_causal_2x_replay.csvOther18.7 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_dense_causal_2x_training.csvOther16.2 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_dense_iso_control_replay.csvOther18.7 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_dense_iso_control_training.csvOther16.8 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_causal_strength_manifest.csvOther1.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_causal_2x_causality.csvOther234 B
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_causal_2x_en_zh.csvOther10.7 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_causal_2x_zh_en.csvOther8.0 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_causal_2x_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_iso_control_causality.csvOther234 B
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_iso_control_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_iso_control_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_dense_iso_control_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_formal_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_parent_en_zh.csvOther10.7 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_parent_zh_en.csvOther8.0 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/b4_r3_r1_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r3_r1/20260908T062742Z/hf_write_probe.txtOther46 B
experiments/stage2r/b4_r3_r1/_write_probe/20260908T062642Z.txtOther46 B
experiments/stage2r/b4_r3_r1/_write_probe/20260908T062742Z.txtOther46 B
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_causality.csvOther234 B
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_replay.csvOther20.4 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_training.csvOther16.8 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_control_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_causality.csvOther234 B
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_replay.csvOther20.4 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_training.csvOther18.2 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_causal_2x_plus_utility_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_formal_en_zh.csvOther10.9 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r4/20260908T125000Z/b4_r4_utility_manifest.csvOther1.5 KB
experiments/stage2r/b4_r4/20260908T125000Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r4/_write_probe/20260908T125000Z.txtOther43 B
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_formal_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_replay_manifest.csvOther886 B
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_causality.csvOther234 B
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_replay.csvOther11.4 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_training.csvOther16.2 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_2x_control_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_causality.csvOther234 B
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_replay.csvOther11.4 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_training.csvOther18.8 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r5/20260908T142420Z/b4_r5_tail_plus_reader_k_micro_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r5/20260908T142420Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r5/_write_probe/20260908T142420Z.txtOther43 B
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_formal_en_zh.csvOther10.9 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_replay_manifest.csvOther886 B
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_causality.csvOther234 B
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_replay.csvOther11.4 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_training.csvOther18.8 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_q_micro_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_causality.csvOther234 B
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_en_zh.csvOther10.7 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_replay.csvOther11.4 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_training.csvOther19.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/b4_r6_tail_plus_reader_qk_micro_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r6/20260909T010753Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r6/_write_probe/20260909T010547Z.txtOther43 B
experiments/stage2r/b4_r6/_write_probe/20260909T010753Z.txtOther43 B
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_formal_en_zh.csvOther10.9 KB
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7/20260909T033821Z/b4_r7_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r7/20260909T033821Z/hf_write_probe.txtOther43 B
experiments/stage2r/b4_r7/_write_probe/20260909T024439Z.txtOther43 B
experiments/stage2r/b4_r7/_write_probe/20260909T025141Z.txtOther43 B
experiments/stage2r/b4_r7/_write_probe/20260909T033821Z.txtOther43 B
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_candidate_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_candidate_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_candidate_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_causality.csvOther234 B
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_formal_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_formal_zh_en.csvOther8.2 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_replay.csvOther5.3 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/b4_r7_r1_training.csvOther11.6 KB
experiments/stage2r/b4_r7_r1/20260909T052321Z/hf_write_probe.txtOther46 B
experiments/stage2r/b4_r7_r1/_write_probe/20260909T052321Z.txtOther46 B
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_candidate_en_zh.csvOther10.7 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_candidate_zh_en.csvOther8.0 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_candidate_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_causality.csvOther234 B
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_formal_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_formal_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_formal_zh_zh.csvOther8.2 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_parent_en_zh.csvOther10.8 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_parent_zh_en.csvOther8.1 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_parent_zh_zh.csvOther8.1 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_replay.csvOther7.0 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/b4_r7_r2_training.csvOther15.5 KB
experiments/stage2r/b4_r7_r2/20260909T062451Z/hf_write_probe.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260909T062451Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260909T081233Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260909T133242Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T013130Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T030222Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T030425Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T052204Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T064306Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T065222Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T080923Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T100047Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260910T135045Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T003829Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T004202Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T014448Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T034504Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T061813Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T104554Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T141757Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260911T150752Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260912T033800Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260913T035913Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260913T070024Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260914T011433Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260914T073039Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260914T113900Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260914T134529Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T011521Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T033647Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T052945Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T062003Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T080505Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260915T130704Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260916T082134Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260916T112742Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260917T081344Z.txtOther46 B
experiments/stage2r/b4_r7_r2/_write_probe/20260920T022914Z.txtOther46 B
.gitattributesRepository2.0 KB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/tokenizer/tokenizer.jsonTokenizer6.4 MB
checkpoint/stage2r/b0_r1/20260906T090341Z/migration_candidate/tokenizer/tokenizer_config.jsonTokenizer326 B
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/tokenizer/tokenizer.jsonTokenizer6.4 MB
checkpoint/stage2r/b1_p0/20260906T113825Z/semantic_bridge_candidate/tokenizer/tokenizer_config.jsonTokenizer326 B
experiments/stage2r/b0/20260906T084725Z/b0_chinese_tokenizer_efficiency.csvTokenizer10.7 KB

License and Download

License
mit
Access
Open weights, no gate
Download size
106.4 GB
Download from Wuff Mann

Released by Wuff Mann through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published106.4 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About MANN-GPT

Can I use MANN-GPT commercially?

Yes. MANN-GPT is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Similar Models

Fine-tune Qwen3 (14B) for free using our Google Colab notebook! - Read our Blog about Qwen3 support: unsloth.ai/blog/qwen3 - View the rest of our notebooks in our docs here. Qwen3-Coder is available in multiple sizes. Today, we're excited to introduce Qwen3-Coder-30B-A3B-Instruct. This streamlined model maintains impressive performance and efficiency, featuring the following key enhancements: - Significant Performance among open models on Agentic Coding, Agentic Browser-Use, and other foundational coding tasks. - Long-context Capabilities with native support for 256K tokens, extendable up to 1M tokens using Yarn, optimized for repository-scale understanding. - Agentic Coding supporting for…

Open weights apache-2.0 transformers

Model · Text generation

opt-125m

AI at Meta

OPT was first introduced in Open Pre-trained Transformer Language Models and first released in metaseq's repository on May 3rd 2022 by Meta AI. Disclaimer: The team releasing OPT wrote an official model card, which is available in Appendix D of the paper. Content from this model card has been written by the Hugging Face team. To quote the first two paragraphs of the official paper OPT was predominantly pretrained with English text, but a small amount of non-English data is still present within the training corpus via CommonCrawl. The model was pretrained using a causal language modeling (CLM) objective. OPT belongs to the same family of decoder-only models like GPT-3. As such, it was…

Open weights other 2,048 tokens transformers

Model · Text generation

Ornith-1.5-9B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.5-35B-A3B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.0-9B-GGUF

Ornith

Aloha! Today, we are releasing Ornith-1.0, a self-improving family of open-source models for agentic coding. This model card documents Ornith-1.0-9B, the most lightweight member of the Ornith family, designed for efficient single-GPU deployment. Ornith-1.0-9B is a dense ~9B model (≈19 GB in bf16), so it serves comfortably on a single 80GB GPU. The recipes below stand up an OpenAI-compatible server; add --tensor-parallel-size / --tp if you want to shard across more GPUs. For a quick local test (or to script offline generation), load the model directly with Transformers. Make sure you have a recent release installed — see the Transformers installation guide; Ornith-1.0-9B requires…

Open weights mit transformers

Uncensored Qwen3.8-27B, published as GGUF quantizations with the multi token prediction (MTP) head retained and verified. Refusal behaviour has been substantially reduced, not eliminated. See Measured behaviour for the numbers. Capabilities, training data, and architecture are otherwise unchanged. - Refusal directions removed with Heretic, which co minimizes refusal count against KL divergence from the base model. No handwritten refusal removal code, no finetuning, no additional training data. - Abliteration runs at bf16 (no 4 bit quantization). the resulting LoRA is merged into the bf16 base, so the published weights are not a quantized round trip. - mtp. tensors are copied verbatim from…

Open weights apache-2.0 llama.cpp