Continuation of checkpoint backups for MarxistLeninist/AGILLM-4.3, which reached Hugging Face's 20,000-file repo cap on 2026-08-20 and is now a frozen archive (checkpoints there end at step2141734).
Model Card
By Robert Francis, published under mit, revision e5289f320cff.
Continuation of checkpoint backups for MarxistLeninist/AGILLM-4.3, which reached Hugging Face's 20,000-file repo cap on 2026-08-20 and is now a frozen archive (checkpoints there end at step2141734). - checkpoints/stepNYYYYMMDD/ - promoted serving-hold checkpoints (same format as the old repo). - live400B/stepNTIMESTAMP/ - periodic raw backups of the running continue-400B training run (block-sharded-zstd checkpoint + tokenizer + runstate), newest few kept for disaster recovery. Old checkpoint dirs are pruned automatically to stay under the file cap. This is the checkpoint to use. It is the first checkpoint trained after the fused cross-entropy gradient bug was found and fixed, and it is the…
Read Robert Francis's full model card
Continuation of checkpoint backups for MarxistLeninist/AGILLM-4.3, which reached Hugging Face's 20,000-file repo cap on 2026-08-20 and is now a frozen archive (checkpoints there end at step2141734).
Layout:
- checkpoints/stepN_YYYYMMDD/ - promoted serving-hold checkpoints (same format as the old repo).
- live400B/stepN_TIMESTAMP/ - periodic raw backups of the running continue-400B training run
(block-sharded-zstd checkpoint + tokenizer + run_state), newest few kept for disaster recovery.
Old checkpoint dirs are pruned automatically to stay under the file cap.
2026-09-06 — MAJOR IMPROVEMENT: checkpoints/step2787024_20260906/ (recommended)
This is the checkpoint to use. It is the first checkpoint trained after the fused cross-entropy gradient bug was found and fixed, and it is the largest single-day quality gain in the run's history.
Frozen held-out (heldout_v3, 12,404 tokens, plain 28-layer stack, fp32 on CPU; lower is better):
| checkpoint | AR CE, 257-token windows | AR CE, 2048-token windows | status |
|---|---|---|---|
checkpoints/step2745507_20260905/ |
≈7.18 (trainer val) | – | pre-fix, slowly improving at LR 1.6e-7 |
| step 2785394 (rollback point, 2026-09-06 01:23 UTC) | 7.1075 | 7.355 | best pre-fix state |
checkpoints/step2788257_20260906/ |
≈7.95 (trainer val 7.99 @2788010) | – | degraded — do not use (trained under the biased gradient at LR 5e-5) |
checkpoints/step2787024_20260906/ |
6.2800 | 6.3718 | recommended (2048-token windows by position: 6.85 / 6.17 / 6.41 for positions 1–256 / 257–1024 / 1025–2047) |
Trainer's own hourly val on the same set: 7.1504 (step 2785394) → 6.8321 (2785767) → 6.4780 (2786217).
All three decoding contracts on the full held-out set (48 windows), step 2785394 → 2786523 → 2787024:
| contract | 2785394 (pre-fix) | 2786523 (v27.16.5) | 2787024 (this upload) |
|---|---|---|---|
| AR CE / top-1 | 7.1075 / 12.7% | 6.3738 / 13.9% | 6.2800 / 14.4% |
| SAT shift-2 CE / top-1 | 7.886 / 8.0% | 7.682 / 7.8% | 7.566 / 7.0% |
| NAT suffix-16 CE / top-1 | 8.242 / 7.0% | 8.354 / 2.6% | 8.136 / 4.7% |
| NAT suffix-32 CE / top-1 | 8.089 / 6.6% | 8.202 / 3.6% | 7.963 / 5.6% |
| NAT suffix-64 CE / top-1 | 8.366 / 7.3% | 8.415 / 3.2% | 8.163 / 7.0% |
NAT lagged under v27.16.5 while AR raced ahead (one 64-target NAT anchor every third step against a 32,752-target AR anchor every step); the v27.16.6 multi-row NAT/SAT anchors (below) turned that around within 223 steps — NAT is now better than the pre-fix baseline on every suffix length.
Trained by (exact trainer files)
Exact single-file trainers, byte-identical to the live process, published at MarxistLeninist/agillm44-live-training-code and github.com/Marxist-Leninist/agillm44-live-training-code:
- steps 2785394 → 2786801:
agillm43_singlefile_intelligence_v27_16_5_deepctx_20260906.py(SHA-2561d972134d55333a99c305f5642602aa81c729e44c019c1fcadf1f83b64660641) - steps 2786801 → 2787024:
agillm43_singlefile_intelligence_v27_16_6_deepctx_20260906.py(SHA-256f7abca9aaef97e7690765f9c7f00e04b65151f700bbb959b5cf053126d21ba0f)
Each span was one uninterrupted trainer process (one launch at step 2785394 at 12:08 UTC, one at step 2786801 at 15:38 UTC); the exact command lines, environment and hot-config revisions are in Exact training configuration below.
What changed (why this checkpoint is so much better than the day before):
- v27.16.5 — fused cross-entropy backward fix. The streaming vocab-chunk cross-entropy ran its gradient matmuls under an fp16 autocast after pre-scaling the softmax by 1/N. With bf16 AMP there is no GradScaler, so at the 16-row full-stack anchor (N = 32,752 targets) every softmax entry below ~2e-3 underflowed to zero before it reached the weights — 60–90% of the probability mass for a 129,280-token vocabulary at CE ≈ 7, all sharing the embedding mean direction. Reported losses were exact; the gradient was not (measured cosine 0.70–0.79 against the exact gradient at N ≈ 32k, 1.000 at N = 256, the old 1-row anchor). Every multi-row-anchor run drifted upward in held-out CE in proportion to cumulative learning rate, regardless of optimizer state. Fixed: the unscaled softmax goes through bf16 matmuls and 1/N is applied in fp32 afterwards (cosine 1.000).
- v27.16 "deepctx" e2e local objective + multi-row full-stack AR anchor (exact top-of-stack gradient into the one selected DiffusionBlocks sublayer; 16-row × 2047-target AR composition anchor every step).
- Held-out-guarded LR governor: LR raised from 5e-6 to 2e-5 in ×1.5 steps only while three consecutive 20-minute held-out probes kept improving.
- v27.16.6 — multi-row SAT/NAT composition anchors (NAT 16 crops × 64 masked targets every step at weight 1.0, SAT 16 crops every third step) so the NAT contract keeps pace with AR.
Exact training configuration (flags, arguments and hot config)
Everything below is taken from the live process records (the supervisor spec, the trainer's launch provenance and
the hot-config change receipts), not from memory. The trainer is launched by its own supervise subcommand, which
builds the train command line from the canonical AGILLM-4.3 argv plus the environment overrides listed here;
three files are then read at runtime and override the matching command-line flags:
contracts/hot_config_owner_v25.json(polled continuously) — the full-stack composition-anchor geometry and weights and the save interval. The anchor flags on the command line are the pre-v27.16 defaults; the values that actually trained this checkpoint are the hot-config ones in the table below./workspace/agillm43_lr_override.json(polled every 10 s) — the learning rate. Effective LR =max(schedule, lr × clamp((seen_tok − since_seen_tok) / ramp_tokens, 0, 1)), where the schedule from the--lr_core/--lr_head 2e-7cosine flags had decayed to ≈4e-8, so the override was the effective LR throughout./workspace/agillm43_dataset_hotload.json— the streaming dataset mixture (same mixture as--source).
Hardware / runtime: one RTX 3090 (24 GB, power limit 350 W), PyTorch 2.2.1, CUDA 12.1.1, bitsandbytes
adamw8bit (default betas 0.9/0.999, --weight_decay 0.0), bf16 autocast (--amp, no GradScaler), gradient
checkpointing, SDPA attention, TF32 matmuls, PYTORCH_CUDA_ALLOC_CONF=backend:cudaMallocAsync. Peak GPU memory
15.0 GB; ≈15–16k raw tokens/s (≈4.6–5.1k full-stack-equivalent tokens/s).
Model (--preset agillm4_floor + flags): d_model 1280, 28 layers, 20 heads (d_k 64), --tie_kv rank 160,
MoE FFN with 2 experts top-1 plus 1 shared expert (--moe_mlp_mult 4 --moe_shared_mlp_mult 2 --moe_aux_coef 0.01
--moe_z_coef 0.001), --tie_weights (embedding and the AR/SAT/NAT vocab projections share one tensor),
--alibi_mode corrected --alibi_scale 0.0, --nat_mask_token_id 2; 1,221,580,802 parameters; vocabulary 129,280
(tokenizer sidecar shipped in the package). --block 2048 --batch_size 60 = 122,880 raw tokens per step.
Learning rate (held-out-governed, all times UTC): effective LR 5e-6 from the step-2785394 launch (ramped over the first 20M tokens), then raised ×1.5 by the governor only after three consecutive improving 20-minute held-out probes, each raise ramped continuously over 10M tokens: 7.5e-6 at 12:48 (step 2785598), 1.125e-5 at 13:34 (2785924), 1.6875e-5 at 14:34 (2786373), 2e-5 at 15:34:47 (2786788; the cap). The trainer heartbeats put the v27.16.5 span (2785394 → 2786801) at 5e-6 → 1.69e-5 (the final raise had only just begun at the 2786801 stop) and the v27.16.6 span (2786801 → 2787024) at ≈1.7e-5 ramping to 2e-5 by about step 2786870, then 2e-5 to the end. (After this checkpoint, at 17:01, the governor backed off to 1e-5 when a probe came in 0.07 above the best.)
Optimizer state: the 12:08 launch at step 2785394 used --reset_optimizer_on_resume (one-shot via
AGILLM43_ONESHOT_RESET_OPT_CKPT), i.e. fresh AdamW8bit moments with bias correction from step 1; the 15:38 launch
at step 2786801 resumed the exact saved optimizer state (--require_exact_resume_state). Model RNG, CUDA/torch/numpy
RNG and the DBlock schedule state were restored exactly on both launches; --data_seed = resume step + 42
(2785436 and 2786843).
DiffusionBlocks (DBlock) local training: --dblock --dblock_blocks 14 (14 blocks × 2 layers = the 28-layer
stack, --dblock_checkpoint_stride 2), exactly one sublayer (attention or FFN) of one block updated per step
(--dblock_train_layers_per_update 1 --dblock_train_sublayers_per_update 1, cyclic policies,
--dblock_layers_per_update 0 --dblock_sublayer_mode off), --dblock_clean_context e2e --dblock_local_rows 2
--dblock_clean_context_noise_scale 0.0 --dblock_depth_anchor_every 50 (exact top-of-stack gradient into the selected
sublayer from 2 clean-context rows), local objective --dblock_objective_mode committed_9_1_1 with
--dblock_ar_prob 0.8 --dblock_sat_prob 0.1 --dblock_nat_prob 0.1 --dblock_min_ar_share 0.8
--dblock_aux_grad_ratio 0.5 and --dblock_ar/sat/nat_weight 0.25, local loss budgets
--dblock_ar_loss_tokens 8192 --dblock_sat_loss_tokens 4096 --dblock_nat_loss_tokens 4096, sigma schedule
--dblock_sigma_sampling lognormal --dblock_sigma_pmean -1.2 --dblock_sigma_pstd 1.2 --dblock_sigma_min 0.002
--dblock_sigma_max 2.0 --dblock_sigma_stratified --dblock_edm_wmax 5.0, block selection --dblock_schedule
roundrobin with the loss-balanced adaptive policy (--dblock_explore 0.08 --dblock_max_stale_steps 64
--dblock_max_count_skew 1.35 --dblock_stale_bonus 0.35 --dblock_undertrain_bonus 0.25), learned router in shadow
mode only (--dblock_router shadow --dblock_router_blend 0.0, 2-layer ctx transformer, lr 5e-4, it does not control
training), direct-56 teacher enabled (--dblock_direct56_enabled 1), target-route policy xor_fold56_v1 offset 1
(activated from checkpoint 2717509). Anchor gradient soft-cap: --dblock_anchor_softcap_mult 4.0
--dblock_anchor_softcap_min_ce 25.0 --dblock_anchor_softcap_max_ce 50.0 (continuous scaling, no rejection);
finite spike gates disabled (--loss_spike_skip 0.0 --dblock_fullstack_anchor_spike_skip 0.0
--dblock_fullstack_anchor_max_ce 0.0, retry limits 3).
Full-stack composition anchors (the values that actually trained the checkpoint — hot config, polled live):
| hot-config key | rev 11 (in force for steps 2785394 → 2786801, trainer v27.16.5) | rev 12 (written 15:34:47 UTC; in force for 2786801 → 2787024, trainer v27.16.6) |
|---|---|---|
dblock_fullstack_ar_rows / _ar_tokens / _anchor_cap |
16 rows × 2047 = 32,752 next-token targets | same |
dblock_fullstack_ar_every / _ar_offset |
every step / 0 | same |
dblock_fullstack_ar_weight |
3.0 (2.0 for roughly the last ten steps before the 2786801 stop, once rev 12 was written) | 2.0 |
dblock_fullstack_sat_rows × targets, cadence |
1 crop × 126 shift-2 targets, every 3rd step (offset 1) | 16 crops × 126 = 2,016 targets, every 3rd step |
dblock_fullstack_sat_weight |
0.10 (SAT-variable gate supervised on the first crop) | 0.10 |
dblock_fullstack_nat_rows × targets, cadence |
1 crop × 128 tokens = 64 masked targets, every 3rd step (offset 2) | 16 crops × 128 tokens = 1,024 masked targets, every step |
dblock_fullstack_nat_weight / dblock_fullstack_aux_weight_max |
0.10 / 0.10 (v27.16.5 clamps the aux weight to 0.10) | 1.0 / 1.0 |
dblock_local_rows |
2 | 2 |
save_every_sec |
3600 | 3600 |
(The command line still says --dblock_fullstack_ar_every 3 --dblock_fullstack_ar_tokens 256
--dblock_fullstack_ar_weight 1.0 --dblock_fullstack_sat_tokens 128 --dblock_fullstack_nat_tokens 128
--dblock_fullstack_nat_weight 0.1 --dblock_fullstack_anchor_cap 16376 --dblock_fullstack_ar_rows 8; those are
the launch defaults that the hot config overrides. NAT mask id at runtime is 2 from the checkpoint contract
(--dblock_fullstack_nat_mask_id -1 = take it from the checkpoint); NAT crops use --nat_mask_ratio 0.5
--nat_span_mask_prob 0.35 --nat_suffix_mask_prob 0.20 --nat_document_boundary_aware.)
Data: streamed mixture (--source, weight per source): fineweb-edu sample-10BT 1.60, fineweb CC-MAIN-2024-10 0.50,
wikipedia 20231101.en 1.10, c4 en 0.40, openwebtext 0.35, cosmopedia web_samples_v2 1.30, smollm-corpus cosmopedia-v2
1.30, proof-pile-2 all 1.50, dolma v1_6-sample 0.50, codeparrot-clean 1.25; examples capped at 4,096 tokens / 32,768
chars; dataset quality router on (AGILLM_DATASET_NN_ROUTER=1, blend 0.25, sharpness 2.0, lr 0.005, explore 0.03,
min score 0.15; the agent router off); --target_tokens 400000000000.
Side systems that never touch the mature weights: a detachable 50M-parameter student distilled from the mature
model every step (--detachable_50m … --detachable_50m_optimizer paged_adamw8bit --detachable_50m_lr 0.0001,
logit-distillation alpha 0.30 at T 1.0 on 64 tokens, --detachable_50m_update_mode sublayer), and the
weight-trajectory accelerator in shadow mode (predictor only, weight mutation disabled).
Checkpointing and validation: hourly package saves (hot save_every_sec 3600 overriding --save_every_sec 1800),
--ckpt_codec block-sharded-zstd, --max_ckpts 2 --disk_free_floor_gb 12.0, --heartbeat_every_sec 30;
--val_file /workspace/agillm43_heldout_v3/token_ids.json --val_sha256 513b30203ffd18167655deb2d9cd610541df87d1ea0b8a0f9241c58e68703d21
--val_every_sec 600 (the trainer's own [val] lines: 48 batches × 257-token blocks, AR only; the tables above come
from an independent CPU fp32 probe on the same token file).
Exact command lines
Both command lines are the ones the supervisor actually launched (reconstructed token-for-token from the launch provenance of the live process, which records train_argv; the only differences between the two spans are the trainer file, the --resume checkpoint, --data_seed, and the one-shot optimizer reset). 197 flags each. The hot-config values in the table above override the --dblock_fullstack_* flags at runtime; the LR override file overrides the --lr_* schedule.
Steps 2785394 → 2786801 — agillm43_singlefile_intelligence_v27_16_5_deepctx_20260906.py (launched 2026-09-06 12:08 UTC, one-shot optimizer reset)
python -u /workspace/agillm43_production_v14/runtime_candidates/deepctx_v27_16_20260906/agillm43_singlefile_intelligence_v27_16_5_deepctx_20260906.py train \
--preset agillm4_floor \
--block 2048 \
--source 'HuggingFaceFW/fineweb-edu:sample-10BT|1.60,HuggingFaceFW/fineweb:CC-MAIN-2024-10|0.50,wikimedia/wikipedia:20231101.en|1.10,allenai/c4:en|0.40,Skylion007/openwebtext|0.35,HuggingFaceTB/cosmopedia:web_samples_v2|1.30,HuggingFaceTB/smollm-corpus:cosmopedia-v2|1.30,EleutherAI/proof-pile-2:all|1.50,allenai/dolma:v1_6-sample|0.50,codeparrot/codeparrot-clean|1.25' \
--nat_mask_token_id 2 \
--tie_weights \
--tie_kv \
--moe_ffn \
--moe_experts 2 \
--moe_top_k 1 \
--moe_mlp_mult 4 \
--moe_shared_experts 1 \
--moe_shared_mlp_mult 2 \
--moe_aux_coef 0.01 \
--moe_z_coef 0.001 \
--amp \
--grad_checkpoint \
--attn_backend sdpa \
--sublinear_window 128 \
--sublinear_stride 128 \
--sublinear_max_anchors 128 \
--sublinear_chunk 128 \
--sublinear_sinks 4 \
--sublinear_recent_anchors 64 \
--no-sublinear_pooled_landmarks \
--anchor_stride 256 \
--anchor_max 2048 \
--anchor_position -1 \
--alibi_mode corrected \
--alibi_scale 0.0 \
--optimizer adamw8bit \
--weight_decay 0.0 \
--lr_decay cosine \
--lr_decay_tokens 49000954880 \
--lr_min_mult 0.2 \
--lr_schedule_reset_on_resume \
--lr_warmup_tokens 10000000 \
--lr_warmup_min_mult 0.1 \
--dblock \
--dblock_schedule roundrobin \
--dblock_router_ramp_steps 64 \
--dblock_warmup_steps 14 \
--dblock_checkpoint_skip_tail 0 \
--dblock_loop_layers 0 \
--dblock_loop_start 0 \
--dblock_loop_cond_scale 1.0 \
--dblock_sigma_curriculum_steps 2000 \
--dblock_sigma_sampling lognormal \
--dblock_sigma_stratified \
--dblock_sigma_min 0.002 \
--dblock_sigma_max 2.0 \
--dblock_sigma_pmean -1.2 \
--dblock_sigma_pstd 1.2 \
--dblock_edm_wmax 5.0 \
--dblock_ar_prob 0.8 \
--dblock_sat_prob 0.1 \
--dblock_nat_prob 0.1 \
--dblock_ar_loss_tokens 8192 \
--dblock_sat_loss_tokens 4096 \
--dblock_nat_loss_tokens 4096 \
--dblock_nat_embed_noise_mode off \
--dblock_nat_embed_noise_scale 1.0 \
--nat_loss_weight 1.0 \
--nat_mask_ratio 0.5 \
--nat_max_tokens 0 \
--nat_span_mask_prob 0.35 \
--nat_suffix_mask_prob 0.20 \
--nat_span_max_tokens 0 \
--loss_spike_skip 0.0 \
--sat_every 1 \
--nat_every 1 \
--dblock_fullstack_anchor_spike_skip 0.0 \
--dblock_fullstack_anchor_max_ce 0.0 \
--dblock_anchor_softcap_mult 4.0 \
--dblock_anchor_softcap_min_ce 25.0 \
--dblock_anchor_softcap_max_ce 50.0 \
--dblock_fullstack_ar_every 3 \
--dblock_fullstack_ar_offset 0 \
--dblock_fullstack_ar_tokens 256 \
--dblock_fullstack_sat_every 3 \
--dblock_fullstack_sat_offset 1 \
--dblock_fullstack_sat_tokens 128 \
--dblock_fullstack_nat_every 3 \
--dblock_fullstack_nat_offset 2 \
--dblock_fullstack_nat_tokens 128 \
--dblock_fullstack_nat_mask_id -1 \
--ckpt_codec block-sharded-zstd \
--async_update_every_steps 0 \
--dblock_router_hidden 64 \
--dblock_router_heads 4 \
--dblock_router_layers 2 \
--dblock_router_lr 0.0005 \
--dblock_explore 0.08 \
--dblock_max_stale_steps 64 \
--dblock_max_count_skew 1.35 \
--dblock_stale_bonus 0.35 \
--dblock_undertrain_bonus 0.25 \
--dblock_activation_offload_min_mb 1.0 \
--nat_document_boundary_aware \
--dblock_fullstack_anchor_deterministic_eval \
--dblock_fullstack_anchor_spike_retry_limit 3 \
--dblock_local_spike_retry_limit 3 \
--dblock_fullstack_nat_no_valid_crop_limit 8 \
--target_tokens 400000000000 \
--lr_schedule_reanchor_on_resume \
--save_every_sec 1800 \
--delta_max_keep 0 \
--max_ckpts 2 \
--disk_free_floor_gb 12.0 \
--heartbeat_every_sec 30 \
--dblock_fullstack_ar_weight 1.0 \
--dblock_fullstack_sat_weight 0.1 \
--dblock_fullstack_nat_weight 0.1 \
--dblock_local_aux_warn_ce 0.0 \
--dblock_local_aux_max_ce 0.0 \
--lr_schedule_origin_tokens 85002387456 \
--dblock_stop_after_commits 0 \
--no-oom_auto_backoff \
--dblock_objective_mode committed_9_1_1 \
--dblock_ar_weight 0.25 \
--dblock_sat_weight 0.25 \
--dblock_nat_weight 0.25 \
--dblock_aux_grad_ratio 0.5 \
--dblock_min_ar_share 0.8 \
--lr_core 2e-7 \
--lr_head 2e-7 \
--oom_known_safe_batch 56 \
--dblock_checkpoint_stride 2 \
--empty_cache_every_steps 0 \
--dblock_log_every 25 \
--cuda_max_reserved_mib 0 \
--cuda_min_free_mib 0 \
--dblock_clean_context e2e \
--dblock_local_rows 2 \
--dblock_clean_context_noise_scale 0.0 \
--dblock_depth_anchor_every 50 \
--dblock_fullstack_anchor_cap 16376 \
--dblock_fullstack_ar_rows 8 \
--detachable_50m_upgrade_multimode \
--detachable_50m_upgrade_logit_distill \
--detachable_50m_upgrade_sat_gate_v2713 \
--detachable_50m_create_from_legacy \
--detachable_50m_seed_from_mature \
--detachable_50m_lr 0.0001 \
--detachable_50m_weight_decay 0.0 \
--detachable_50m_update_mode sublayer \
--detachable_50m_batch 1 \
--detachable_50m_tokens 64 \
--detachable_50m_loss_tokens 64 \
--detachable_50m_every 1 \
--detachable_50m_teacher_every 1 \
--detachable_50m_distill_weight 1.0 \
--detachable_50m_logit_distill_alpha 0.30 \
--detachable_50m_logit_distill_temperature 1.0 \
--detachable_50m_logit_distill_tokens 64 \
--detachable_50m_hidden_distill_weight 0.0 \
--detachable_50m_anchor_every 128 \
--detachable_50m_anchor_tokens 32 \
--detachable_50m_seed 20260830 \
--detachable_50m_log_every 10 \
--detachable_50m_telemetry_keep 128 \
--weight_accel_mode shadow \
--weight_accel_dir /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/weight_trajectory_accel \
--weight_accel_every 1 \
--weight_accel_train_every 4 \
--weight_accel_record_every 14 \
--weight_accel_state_every 256 \
--detachable_50m \
--detachable_50m_optimizer paged_adamw8bit \
--delta_every_steps 0 \
--delta_every_sec 0 \
--resume /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/checkpoints_continue400B_from200B/pretrain_step02785394_deepctx_v27165rb3_1294da4151a4a9ba.pt \
--save_dir /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/checkpoints_continue400B_from200B \
--data_seed 2785436 \
--batch_size 60 \
--dblock_blocks 14 \
--dblock_direct56_enabled 1 \
--dblock_layers_per_update 0 \
--dblock_router shadow \
--dblock_router_blend 0.0 \
--dblock_router_full_anchor_every 128 \
--dblock_router_train_layer_policy cyclic \
--dblock_router_train_layers_per_update 1 \
--dblock_sublayer_mode off \
--dblock_target_route_activate_from_checkpoint 1 \
--dblock_target_route_activation_checkpoint_step 2717509 \
--dblock_target_route_activation_parent_pointer_sha256 04638cfbc19c0f9db6e6dfa03b2509d50a0bf3c56048a2cbd6e67154bc85c827 \
--dblock_target_route_offset 1 \
--dblock_target_route_policy xor_fold56_v1 \
--dblock_train_layer_policy cyclic \
--dblock_train_layers_per_update 1 \
--dblock_train_sublayer_policy cyclic \
--dblock_train_sublayers_per_update 1 \
--granularity_label one-sublayer-local-grad-direct56-teacher-v27.16 \
--val_every_sec 600 \
--val_file /workspace/agillm43_heldout_v3/token_ids.json \
--val_sha256 513b30203ffd18167655deb2d9cd610541df87d1ea0b8a0f9241c58e68703d21 \
--reset_optimizer_on_resume
Steps 2786801 → 2787024 — agillm43_singlefile_intelligence_v27_16_6_deepctx_20260906.py (launched 2026-09-06 15:38 UTC, exact optimizer-state resume)
python -u /workspace/agillm43_production_v14/runtime_candidates/deepctx_v27_16_20260906/agillm43_singlefile_intelligence_v27_16_6_deepctx_20260906.py train \
--preset agillm4_floor \
--block 2048 \
--source 'HuggingFaceFW/fineweb-edu:sample-10BT|1.60,HuggingFaceFW/fineweb:CC-MAIN-2024-10|0.50,wikimedia/wikipedia:20231101.en|1.10,allenai/c4:en|0.40,Skylion007/openwebtext|0.35,HuggingFaceTB/cosmopedia:web_samples_v2|1.30,HuggingFaceTB/smollm-corpus:cosmopedia-v2|1.30,EleutherAI/proof-pile-2:all|1.50,allenai/dolma:v1_6-sample|0.50,codeparrot/codeparrot-clean|1.25' \
--nat_mask_token_id 2 \
--tie_weights \
--tie_kv \
--moe_ffn \
--moe_experts 2 \
--moe_top_k 1 \
--moe_mlp_mult 4 \
--moe_shared_experts 1 \
--moe_shared_mlp_mult 2 \
--moe_aux_coef 0.01 \
--moe_z_coef 0.001 \
--amp \
--grad_checkpoint \
--attn_backend sdpa \
--sublinear_window 128 \
--sublinear_stride 128 \
--sublinear_max_anchors 128 \
--sublinear_chunk 128 \
--sublinear_sinks 4 \
--sublinear_recent_anchors 64 \
--no-sublinear_pooled_landmarks \
--anchor_stride 256 \
--anchor_max 2048 \
--anchor_position -1 \
--alibi_mode corrected \
--alibi_scale 0.0 \
--optimizer adamw8bit \
--weight_decay 0.0 \
--lr_decay cosine \
--lr_decay_tokens 49000954880 \
--lr_min_mult 0.2 \
--lr_schedule_reset_on_resume \
--lr_warmup_tokens 10000000 \
--lr_warmup_min_mult 0.1 \
--dblock \
--dblock_schedule roundrobin \
--dblock_router_ramp_steps 64 \
--dblock_warmup_steps 14 \
--dblock_checkpoint_skip_tail 0 \
--dblock_loop_layers 0 \
--dblock_loop_start 0 \
--dblock_loop_cond_scale 1.0 \
--dblock_sigma_curriculum_steps 2000 \
--dblock_sigma_sampling lognormal \
--dblock_sigma_stratified \
--dblock_sigma_min 0.002 \
--dblock_sigma_max 2.0 \
--dblock_sigma_pmean -1.2 \
--dblock_sigma_pstd 1.2 \
--dblock_edm_wmax 5.0 \
--dblock_ar_prob 0.8 \
--dblock_sat_prob 0.1 \
--dblock_nat_prob 0.1 \
--dblock_ar_loss_tokens 8192 \
--dblock_sat_loss_tokens 4096 \
--dblock_nat_loss_tokens 4096 \
--dblock_nat_embed_noise_mode off \
--dblock_nat_embed_noise_scale 1.0 \
--nat_loss_weight 1.0 \
--nat_mask_ratio 0.5 \
--nat_max_tokens 0 \
--nat_span_mask_prob 0.35 \
--nat_suffix_mask_prob 0.20 \
--nat_span_max_tokens 0 \
--loss_spike_skip 0.0 \
--sat_every 1 \
--nat_every 1 \
--dblock_fullstack_anchor_spike_skip 0.0 \
--dblock_fullstack_anchor_max_ce 0.0 \
--dblock_anchor_softcap_mult 4.0 \
--dblock_anchor_softcap_min_ce 25.0 \
--dblock_anchor_softcap_max_ce 50.0 \
--dblock_fullstack_ar_every 3 \
--dblock_fullstack_ar_offset 0 \
--dblock_fullstack_ar_tokens 256 \
--dblock_fullstack_sat_every 3 \
--dblock_fullstack_sat_offset 1 \
--dblock_fullstack_sat_tokens 128 \
--dblock_fullstack_nat_every 3 \
--dblock_fullstack_nat_offset 2 \
--dblock_fullstack_nat_tokens 128 \
--dblock_fullstack_nat_mask_id -1 \
--ckpt_codec block-sharded-zstd \
--async_update_every_steps 0 \
--dblock_router_hidden 64 \
--dblock_router_heads 4 \
--dblock_router_layers 2 \
--dblock_router_lr 0.0005 \
--dblock_explore 0.08 \
--dblock_max_stale_steps 64 \
--dblock_max_count_skew 1.35 \
--dblock_stale_bonus 0.35 \
--dblock_undertrain_bonus 0.25 \
--dblock_activation_offload_min_mb 1.0 \
--nat_document_boundary_aware \
--dblock_fullstack_anchor_deterministic_eval \
--dblock_fullstack_anchor_spike_retry_limit 3 \
--dblock_local_spike_retry_limit 3 \
--dblock_fullstack_nat_no_valid_crop_limit 8 \
--target_tokens 400000000000 \
--lr_schedule_reanchor_on_resume \
--save_every_sec 1800 \
--delta_max_keep 0 \
--max_ckpts 2 \
--disk_free_floor_gb 12.0 \
--heartbeat_every_sec 30 \
--dblock_fullstack_ar_weight 1.0 \
--dblock_fullstack_sat_weight 0.1 \
--dblock_fullstack_nat_weight 0.1 \
--dblock_local_aux_warn_ce 0.0 \
--dblock_local_aux_max_ce 0.0 \
--lr_schedule_origin_tokens 85002387456 \
--dblock_stop_after_commits 0 \
--no-oom_auto_backoff \
--require_exact_resume_state \
--dblock_objective_mode committed_9_1_1 \
--dblock_ar_weight 0.25 \
--dblock_sat_weight 0.25 \
--dblock_nat_weight 0.25 \
--dblock_aux_grad_ratio 0.5 \
--dblock_min_ar_share 0.8 \
--lr_core 2e-7 \
--lr_head 2e-7 \
--oom_known_safe_batch 56 \
--dblock_checkpoint_stride 2 \
--empty_cache_every_steps 0 \
--dblock_log_every 25 \
--cuda_max_reserved_mib 0 \
--cuda_min_free_mib 0 \
--dblock_clean_context e2e \
--dblock_local_rows 2 \
--dblock_clean_context_noise_scale 0.0 \
--dblock_depth_anchor_every 50 \
--dblock_fullstack_anchor_cap 16376 \
--dblock_fullstack_ar_rows 8 \
--detachable_50m_upgrade_multimode \
--detachable_50m_upgrade_logit_distill \
--detachable_50m_upgrade_sat_gate_v2713 \
--detachable_50m_create_from_legacy \
--detachable_50m_seed_from_mature \
--detachable_50m_lr 0.0001 \
--detachable_50m_weight_decay 0.0 \
--detachable_50m_update_mode sublayer \
--detachable_50m_batch 1 \
--detachable_50m_tokens 64 \
--detachable_50m_loss_tokens 64 \
--detachable_50m_every 1 \
--detachable_50m_teacher_every 1 \
--detachable_50m_distill_weight 1.0 \
--detachable_50m_logit_distill_alpha 0.30 \
--detachable_50m_logit_distill_temperature 1.0 \
--detachable_50m_logit_distill_tokens 64 \
--detachable_50m_hidden_distill_weight 0.0 \
--detachable_50m_anchor_every 128 \
--detachable_50m_anchor_tokens 32 \
--detachable_50m_seed 20260830 \
--detachable_50m_log_every 10 \
--detachable_50m_telemetry_keep 128 \
--weight_accel_mode shadow \
--weight_accel_dir /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/weight_trajectory_accel \
--weight_accel_every 1 \
--weight_accel_train_every 4 \
--weight_accel_record_every 14 \
--weight_accel_state_every 256 \
--detachable_50m \
--detachable_50m_optimizer paged_adamw8bit \
--delta_every_steps 0 \
--delta_every_sec 0 \
--resume /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/checkpoints_continue400B_from200B/pretrain_step02786801_deepctx_v27166_20335946f23a02d9.pt \
--save_dir /workspace/agillm43_production_v14/production_quality_v18_hard_spike_gates/checkpoints_continue400B_from200B \
--data_seed 2786843 \
--batch_size 60 \
--dblock_blocks 14 \
--dblock_direct56_enabled 1 \
--dblock_layers_per_update 0 \
--dblock_router shadow \
--dblock_router_blend 0.0 \
--dblock_router_full_anchor_every 128 \
--dblock_router_train_layer_policy cyclic \
--dblock_router_train_layers_per_update 1 \
--dblock_sublayer_mode off \
--dblock_target_route_activate_from_checkpoint 1 \
--dblock_target_route_activation_checkpoint_step 2717509 \
--dblock_target_route_activation_parent_pointer_sha256 04638cfbc19c0f9db6e6dfa03b2509d50a0bf3c56048a2cbd6e67154bc85c827 \
--dblock_target_route_offset 1 \
--dblock_target_route_policy xor_fold56_v1 \
--dblock_train_layer_policy cyclic \
--dblock_train_layers_per_update 1 \
--dblock_train_sublayer_policy cyclic \
--dblock_train_sublayers_per_update 1 \
--granularity_label one-sublayer-local-grad-direct56-teacher-v27.16 \
--val_every_sec 600 \
--val_file /workspace/agillm43_heldout_v3/token_ids.json \
--val_sha256 513b30203ffd18167655deb2d9cd610541df87d1ea0b8a0f9241c58e68703d21
Environment of the trainer process (identical for both spans; AGILLM43_ONESHOT_RESET_OPT_CKPT was additionally set to the step-2785394 checkpoint path for the first launch only)
AGILLM43_DBLOCK_CC_NOISE_SCALE=0.0
AGILLM43_DBLOCK_CLEAN_CONTEXT=e2e
AGILLM43_DBLOCK_DEPTH_ANCHOR_EVERY=50
AGILLM43_DBLOCK_FULLSTACK_ANCHOR_CAP=16376
AGILLM43_DBLOCK_FULLSTACK_AR_ROWS=8
AGILLM43_DBLOCK_LOCAL_ROWS=2
AGILLM43_DBLOCK_TARGET_ROUTE_ACTIVATE_FROM_CHECKPOINT=1
AGILLM43_DBLOCK_TARGET_ROUTE_ACTIVATION_CHECKPOINT_STEP=2717509
AGILLM43_DBLOCK_TARGET_ROUTE_ACTIVATION_PARENT_POINTER_SHA256=04638cfbc19c0f9db6e6dfa03b2509d50a0bf3c56048a2cbd6e67154bc85c827
AGILLM43_DBLOCK_TARGET_ROUTE_OFFSET=1
AGILLM43_DBLOCK_TARGET_ROUTE_POLICY=xor_fold56_v1
AGILLM43_DECOMPRESS_CACHE=0
AGILLM43_DETACHABLE50M_ANCHOR_EVERY=128
AGILLM43_DETACHABLE50M_ANCHOR_TOKENS=32
AGILLM43_DETACHABLE50M_BATCH=1
AGILLM43_DETACHABLE50M_CREATE_FROM_LEGACY=1
AGILLM43_DETACHABLE50M_DISTILL_WEIGHT=1.0
AGILLM43_DETACHABLE50M_ENABLED=1
AGILLM43_DETACHABLE50M_EVERY=1
AGILLM43_DETACHABLE50M_GATE_V2713_START_CHECKPOINT_SHA256=39f442fc0e6f9fad6f875e067f63db67f33a41a53e8cbc49ce1591010bb4aec3
AGILLM43_DETACHABLE50M_HIDDEN_DISTILL_WEIGHT=0.0
AGILLM43_DETACHABLE50M_LOGIT_DISTILL_ALPHA=0.30
AGILLM43_DETACHABLE50M_LOGIT_DISTILL_TEMPERATURE=1.0
AGILLM43_DETACHABLE50M_LOGIT_DISTILL_TOKENS=64
AGILLM43_DETACHABLE50M_LOG_EVERY=10
AGILLM43_DETACHABLE50M_LOSS_TOKENS=64
AGILLM43_DETACHABLE50M_LR=0.0001
AGILLM43_DETACHABLE50M_OPTIMIZER=paged_adamw8bit
AGILLM43_DETACHABLE50M_SEED=20260830
AGILLM43_DETACHABLE50M_SEED_FROM_MATURE=1
AGILLM43_DETACHABLE50M_TEACHER_EVERY=1
AGILLM43_DETACHABLE50M_TELEMETRY_KEEP=128
AGILLM43_DETACHABLE50M_TOKENS=64
AGILLM43_DETACHABLE50M_UPDATE_MODE=sublayer
AGILLM43_DETACHABLE50M_UPGRADE_LOGIT_DISTILL=1
AGILLM43_DETACHABLE50M_UPGRADE_MULTIMODE=1
AGILLM43_DETACHABLE50M_UPGRADE_SAT_GATE_V2713=1
AGILLM43_DETACHABLE50M_WEIGHT_DECAY=0.0
AGILLM43_SEQUENCE_PREFETCH_DEPTH=256
AGILLM43_SINGLEFILE_PROFILE=intelligence-v25-satvar-pretrain
AGILLM43_WEIGHT_ACCEL_MODE=shadow
AGILLM_DATASETS_STREAMING_READ_MAX_RETRIES=2
AGILLM_DATASETS_STREAMING_READ_RETRY_INTERVAL=1
AGILLM_DATASET_AGENT_ROUTER=0
AGILLM_DATASET_HOTLOAD_CONFIG=/workspace/agillm43_dataset_hotload.json
AGILLM_DATASET_HOT_RELOAD_CHECK_TOKENS=2048
AGILLM_DATASET_HOT_RELOAD_SEC=5
AGILLM_DATASET_NN_ROUTER=1
AGILLM_DATASET_ROUTER_BLEND=0.25
AGILLM_DATASET_ROUTER_EXPLORE=0.03
AGILLM_DATASET_ROUTER_LR=0.005
AGILLM_DATASET_ROUTER_MIN_SCORE=0.15
AGILLM_DATASET_ROUTER_SHARPNESS=2.0
AGILLM_ENABLE_CUPY=0
AGILLM_HF_HUB_DOWNLOAD_TIMEOUT=30
AGILLM_HOT_CONFIG=/workspace/agillm43_production_v14/contracts/hot_config_owner_v25.json
AGILLM_HOT_CONFIG_SHA256=''
AGILLM_MAX_EXAMPLE_CHARS=32768
AGILLM_MAX_EXAMPLE_TOKENS=4096
AGILLM_REMOTE_SHARDS_PER_ITER=4
AGILLM_STREAM_NEXT_TIMEOUT_SEC=60
AGILLM_STREAM_OPEN_TIMEOUT_SEC=120
AGILLM_STREAM_SOCKET_TIMEOUT_SEC=30
AGILLM_STREAM_SOURCE_FATAL_COOLDOWN_SEC=600
AGILLM_STREAM_SOURCE_MAX_COOLDOWN_SEC=120
AGILLM_SYNTHETIC_TOKENIZER=0
CUDA_MODULE_LOADING=LAZY
CUDA_VERSION=12.1.1
CUDA_VISIBLE_DEVICES=0
HF_HUB_DOWNLOAD_TIMEOUT=30
HF_HUB_ETAG_TIMEOUT=10
PYTORCH_CUDA_ALLOC_CONF=backend:cudaMallocAsync
PYTORCH_VERSION=2.2.1
The supervisor also carried these persistent `set_arg` overrides (already applied in the command lines above) via `AGILLM43_SUPERVISE_SET_ARGS_JSON`:
{
"--batch_size": "60",
"--dblock_blocks": "14",
"--dblock_direct56_enabled": "1",
"--dblock_layers_per_update": "0",
"--dblock_router": "shadow",
"--dblock_router_blend": "0.0",
"--dblock_router_full_anchor_every": "128",
"--dblock_router_train_layer_policy": "cyclic",
"--dblock_router_train_layers_per_update": "1",
"--dblock_sublayer_mode": "off",
"--dblock_target_route_activate_from_checkpoint": "1",
"--dblock_target_route_activation_checkpoint_step": "2717509",
"--dblock_target_route_activation_parent_pointer_sha256": "04638cfbc19c0f9db6e6dfa03b2509d50a0bf3c56048a2cbd6e67154bc85c827",
"--dblock_target_route_offset": "1",
"--dblock_target_route_policy": "xor_fold56_v1",
"--dblock_train_layer_policy": "cyclic",
"--dblock_train_layers_per_update": "1",
"--dblock_train_sublayer_policy": "cyclic",
"--dblock_train_sublayers_per_update": "1",
"--granularity_label": "one-sublayer-local-grad-direct56-teacher-v27.16",
"--val_every_sec": "600",
"--val_file": "/workspace/agillm43_heldout_v3/token_ids.json",
"--val_sha256": "513b30203ffd18167655deb2d9cd610541df87d1ea0b8a0f9241c58e68703d21"
}
Hot config contracts/hot_config_owner_v25.json — rev 11 (in force 2785394 → 2786801) and rev 12 (2786801 → 2787024), verbatim values
rev 11 (updated 2026-09-06T09:52:23Z):
{
"dblock_fullstack_anchor_cap": 32752,
"dblock_fullstack_ar_every": 1,
"dblock_fullstack_ar_offset": 0,
"dblock_fullstack_ar_rows": 16,
"dblock_fullstack_ar_tokens": 32752,
"dblock_fullstack_ar_weight": 3.0,
"dblock_fullstack_nat_weight": 0.1,
"dblock_fullstack_sat_weight": 0.1,
"dblock_local_rows": 2,
"revision": 11,
"save_every_sec": 3600
}
rev 12 (updated 2026-09-06T15:34:47Z; change receipt: rev11->rev12 (15:36Z, effective when runtime v27.16.6 sha f7abca9a is live): NAT composition anchor 1 crop -> 16 crops x 128 tokens (1024 masked targets) on EVERY step (was every 3rd), weight 0.10 -> 1.0 (aux ceiling 0.10 -> 1.0); SAT composition anchor 1 crop -> 16 crops (2016 shift-2 targets) every 3rd step (weight stays the contract's 0.10; SAT-variable gate supervision unchanged, first crop); AR anchor weight 3.0 -> 2.0. v27.16.5 ignores the new keys and clamps NAT weight to 0.10 until the hop lands.):
{
"dblock_fullstack_anchor_cap": 32752,
"dblock_fullstack_ar_every": 1,
"dblock_fullstack_ar_offset": 0,
"dblock_fullstack_ar_rows": 16,
"dblock_fullstack_ar_tokens": 32752,
"dblock_fullstack_ar_weight": 2.0,
"dblock_fullstack_aux_weight_max": 1.0,
"dblock_fullstack_nat_every": 1,
"dblock_fullstack_nat_rows": 16,
"dblock_fullstack_nat_weight": 1.0,
"dblock_fullstack_sat_rows": 16,
"dblock_fullstack_sat_weight": 0.1,
"dblock_local_rows": 2,
"revision": 12,
"save_every_sec": 3600
}
LR override file /workspace/agillm43_lr_override.json — semantics and the governor's writes
Effective LR = `max(schedule, lr × clamp((seen_tok − since_seen_tok) / ramp_tokens, 0, 1))`, re-read by the trainer every 10 s. The governor (`heldout_monitor_v2.py`: FLUSH_NOW → CPU fp32 held-out probe every 20 min) raises `lr` ×1.5 only after three consecutive improving probes, halves it when a probe exceeds the best by 0.03, quarters it above best + 0.30, cap 2e-5, floor 1e-6.
| when (UTC) | write |
|---|---|
| 12:08:08Z launch @2785394 | 5e-6, ramp_tokens 20,000,000 from since_seen_tok 275,980,769,280 |
| 12:48:54Z escalate @2785598 | 7.5e-6 (since_seen_tok 275,999,170,133, ramp 10,000,000 → continuous from 5e-6) |
| 13:33:57Z escalate @2785924 | 1.125e-5 (since_seen_tok 276,041,440,853, ramp 10,000,000) |
| 14:34:02Z escalate @2786373 | 1.6875e-5 (since_seen_tok 276,096,613,973, ramp 10,000,000) |
| 15:34:47Z escalate @2786788 | 2e-5 = governor cap (since_seen_tok 276,145,223,940, ramp 10,000,000) |
| 17:01:06Z backoff @2787120 (after this checkpoint) | 1e-5 |
Fields of the file (current contents, governor-managed): `lr`, `ramp_tokens`, `since_seen_tok`, `phase` = `short_ramp_then_hold`, `stage` = `owner_lr_fix_v2_after_rollback`, `owner_directed` = true, plus the governor block (`cap` 2e-05, `floor` 1e-06).
Loading: same package format as every other entry here (*.pt + *.pt.shards/ block-sharded zstd +
*.pt.tokenizer.json). Continue training or serve it with the v27.16.6 trainer above or any later
v27.16.x runtime. Later runtimes change only the detachable-50M student's teacher-packet overlay, never the
mature model's training: v27.16.7 (17:02 UTC, preserve a clean packet on masked-NAT captures) and v27.16.8
(18:19 UTC, live; agillm43_singlefile_intelligence_v27_16_8_det50_packet_20260906.py, SHA-256
2178bdeb5c6f18b89ba169a43ad9d5c0128e48c81d3111a7787ecc41462b9d8a: AR-packet precedence + student-row slicing,
which fixed the AR-student teacher-logit contract is invalid skips on every SAT-anchor step).
Identity and Version
- Repository
- MarxistLeninist/AGILLM-4.3-checkpoints
- Publisher
- Robert Francis
- Task
- Not stated by the source
- Modality
- Other
- Library
- Not stated by the source
- Parameters
- Not stated by the source
- Languages
- Not stated by the source
- Revision
- e5289f320cff308b7d29d1cacff6a74e00fdc848
- First published
- 2026-07-04
- Last updated
- 2026-09-18
Files and Weights
1,837 files, 214.9 GB in total. The weights are 1600 files totalling 214.3 GB in pt.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| checkpoints/recovery_fedC/artifacts/delta/pretrain_delta_step00384478_from00363424_20260704T1242Z__sha256_568936af4e2e/pretrain_delta_step00384478_from00363424_20260704T1242Z.pt | Weights | 5.8 GB | 568936af4e2e |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt | Weights | 672.9 MB | d8c7d0750c80 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/ar.pt | Weights | 612.6 MB | f292b250114c |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0000.pt | Weights | 117.7 MB | 920eb3e5c46d |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0001.pt | Weights | 116.9 MB | e4b6c7acbe23 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0002.pt | Weights | 116.9 MB | 1dce11fc2e6a |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0003.pt | Weights | 116.9 MB | 3758ca06a391 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0004.pt | Weights | 117.0 MB | db630e0f8a95 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0005.pt | Weights | 117.0 MB | 91f8e99a2cc4 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0006.pt | Weights | 117.4 MB | ee1e2e4b6245 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0007.pt | Weights | 117.7 MB | 04180d4e22c8 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0008.pt | Weights | 117.4 MB | e60f1d112ba2 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0009.pt | Weights | 117.4 MB | c4bcbd7d2ee7 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0010.pt | Weights | 117.4 MB | 758e957517e9 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0011.pt | Weights | 117.4 MB | 7dce52754549 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0012.pt | Weights | 123.9 MB | 317c3de859cf |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0013.pt | Weights | 121.1 MB | 33453f5b0ce0 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0014.pt | Weights | 117.8 MB | 65fa0209bf96 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0015.pt | Weights | 117.0 MB | 8374844f6290 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0016.pt | Weights | 117.3 MB | 86406ff3d140 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0017.pt | Weights | 117.0 MB | e01c7d3e86d4 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0018.pt | Weights | 117.1 MB | fca90154e4bf |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0019.pt | Weights | 117.1 MB | a2ca1b04a01d |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0020.pt | Weights | 117.1 MB | 3a919541c6c8 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0021.pt | Weights | 116.9 MB | 1673fffe05dd |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0022.pt | Weights | 117.1 MB | 8c1a44e13ac1 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0023.pt | Weights | 117.4 MB | b270c9105ad6 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0024.pt | Weights | 121.4 MB | 58b4eeb696a2 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0025.pt | Weights | 121.4 MB | a4d4c40e0a29 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0026.pt | Weights | 121.4 MB | d59f1ab2539d |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/core_block_0027.pt | Weights | 121.6 MB | 1be745f91bdd |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/nat.pt | Weights | 612.6 MB | f292b250114c |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/opt.pt | Weights | 1.5 GB | 4ef14f1b5bb3 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/sat.pt | Weights | 612.6 MB | f95d4b6842c4 |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt | Weights | 18.4 MB | 9cc8f035987b |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_base.pt.24478335-18d45838feb.raw.pt | Weights | 661.9 MB | 4839e83395f9 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0000.pt.857df8e-18d45839a55b.raw.pt | Weights | 150.9 MB | d895c15a613b |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0001.pt.85b6f1d-18d45839d0ce.raw.pt | Weights | 150.9 MB | 48eddd81905a |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0012.pt.8788359-18d4583b773a.raw.pt | Weights | 152.5 MB | 0a29eb66b635 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0018.pt.875c763-18d4583c4936.raw.pt | Weights | 152.5 MB | f50dc7024326 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0019.pt.87368e5-18d4583c6a6a.raw.pt | Weights | 152.5 MB | 5ba2190c5614 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | bdbd85575d9a |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.9 KB | 1a898e65dfad |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 64.4 MB | 743aea56c42d |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.5 KB | 2104525bbcc5 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/ar.pt | Weights | 608.7 MB | 46770811f1e5 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_base.pt | Weights | 608.7 MB | d86c960dc225 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | a983aa693c24 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 058df4a00212 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 8cd3f450ae3b |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 7f59c2bc0c23 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 21e2723d62f2 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 88c594e10654 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | c86969e1f7c3 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | dd72bd35fa77 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | ea8257dd3305 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 4b6a82a6dd06 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 10ef3e1ce5fa |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 3889de5ac0e7 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | a632005a35a1 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | e6e4ea4616a4 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 4c64e946999b |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | f5cdccfa9ab1 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 7b1f5b8c2ae2 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 756b11b555bb |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 57e40b5b48b5 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 0a65ade59a2a |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | c6f653b529ab |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 12a8780a951c |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 9786ed91c401 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | bdaa34904cb1 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | a6a079b60ca1 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 7dfeb2a96c06 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 1f23d447895e |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | fb501012930d |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 375594d680f9 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | deb072a69466 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 9cf07edc0bf6 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | a9cc535de211 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | e71ce531a45b |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 18fdeab86882 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 2129a5b502ad |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | b7a3e6edf700 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 3171f3ecb585 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 96bd87c33f95 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 7df331c3f5bd |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 408bfabb7cb2 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | e884eb404c19 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | ac10e7f1bfba |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | d6508a90a142 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 534b0358bacf |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 31f97be1159d |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | fe03929c1e74 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 3872d3859207 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 474a9a60b829 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 343c667d014c |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | e9c757c12d33 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 883b14463dbd |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/nat.pt | Weights | 608.7 MB | 40aef5beeb40 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/opt.pt | Weights | 1.9 GB | 10b9218eef20 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/sat.pt | Weights | 608.7 MB | e47f3e670936 |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2866148_20260911/pretrain_step02866148_from02852036_20260911T1909Z.pt | Weights | 18.5 MB | 7b29d21b766e |
| checkpoints/step2866148_20260911/pretrain_step02866148_from02852036_20260911T1909Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | fb8cb8e58fad |
| checkpoints/step2866148_20260911/pretrain_step02866148_from02852036_20260911T1909Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.7 KB | 43172dc96e88 |
| checkpoints/step2866739_20260911/pretrain_step02866739_from02866155_20260911T2106Z.pt | Weights | 18.4 MB | aec571efe211 |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt | Weights | 18.5 MB | e05928c8f0e4 |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 4623a6e10e72 |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.4 KB | 7d70eef44677 |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 65.4 MB | 25038e499bbe |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 9b2c81503a1d |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2874393_20260912/pretrain_step02874393_from02866155_20260912T0036Z.pt | Weights | 18.4 MB | 3c92002c3be2 |
| checkpoints/step2874393_20260912/pretrain_step02874393_from02866155_20260912T0036Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 628f5f1e12f0 |
| checkpoints/step2874393_20260912/pretrain_step02874393_from02866155_20260912T0036Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.8 KB | e0ec90aa2f5b |
| checkpoints/step2881229_20260912/pretrain_step02881229_from02877778_20260912T0429Z.pt | Weights | 18.5 MB | f4a6287ee08c |
| checkpoints/step2881229_20260912/pretrain_step02881229_from02877778_20260912T0429Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 8f57e36ef72a |
| checkpoints/step2881229_20260912/pretrain_step02881229_from02877778_20260912T0429Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.3 KB | 544905562ac2 |
| checkpoints/step2883066_20260912/pretrain_step02883066_from02877778_20260912T0529Z.pt | Weights | 18.5 MB | 5e3f7acb7c9b |
| checkpoints/step2883066_20260912/pretrain_step02883066_from02877778_20260912T0529Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 16783dfcec72 |
| checkpoints/step2883066_20260912/pretrain_step02883066_from02877778_20260912T0529Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.5 KB | eb3c462390d2 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt | Weights | 18.5 MB | 7d10df088808 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | daa9b5514cf0 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 33.8 KB | 8a04b18a4af2 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.5 MB | ac26d3daf22e |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.5 KB | a7791a7fac0f |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/ar.pt | Weights | 608.7 MB | f7731b6cfcf8 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_base.pt | Weights | 608.7 MB | 6f6e73d1134a |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | ed7ee5aeb726 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 7309bb0ef139 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 1fc9b6eaa11d |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | cfb0060b2277 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 275f0795fc63 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 3c57d045bb18 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 314f86037572 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | f58a8832913b |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 29ec17ea1c5d |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 32f596d06a95 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | d8db1f97600b |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | f89bf3192974 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 719115638705 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | b4f184911038 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 4fc7d78d81c1 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | d86912da7fa6 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 79c5c0ec46c0 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 646875276252 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 48b9cf2cadf8 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 038c135f8e8c |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 7a4d009d272a |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 55096a7a3a63 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 7304ded0d1d1 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 9776e799e12b |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 868f6da5544c |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 321bbcb15395 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | ee53eca1fb4f |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 61e0c955cf28 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | e0bf95321428 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | d496f9de6eea |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | c7b4276f5404 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 3fd197debbd3 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 84a62283045d |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 868f42fc38c8 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 2f73e4a9265d |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 56f7510e507f |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 4969d05bc483 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 20de25c56ddf |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | cd8a8b7a21dc |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | a4002ad2885c |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 15c8b7b7cd6d |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 87f469738fb5 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 000a49f99001 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 2f258fb84484 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 6f542378fefd |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | dbfde66eb6a8 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 01bf45be2c91 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | b204cf1a6362 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 7c431dd3232b |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | ecc5cdeee0bf |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | d343971e704c |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/nat.pt | Weights | 608.7 MB | 533a10fcb254 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/opt.pt | Weights | 2.0 GB | 1bf27bc2d1ab |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/sat.pt | Weights | 609.9 MB | f32ab7cb7bca |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt | Weights | 18.4 MB | d8e61a96cc80 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 87ee1ffa4269 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.9 KB | 74dc444ca114 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.5 MB | bfc437d3a60f |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.5 KB | 656c2942075f |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/ar.pt | Weights | 608.7 MB | 6fd8a3f22148 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_base.pt | Weights | 608.7 MB | e1fb32ed0891 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | bb61addb8199 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 34719a3fa55a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 600507c50817 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 86bf6fa319c7 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | fa4cb85e0f53 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 83683ad92c16 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | bcca2fb8c8c6 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 692870ff052a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 3004e274567a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 95fa4c366e39 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | ddc27e24c113 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | e22a88af9942 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 6bd0b394833b |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 8f735239b486 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 60fd9c67c4dc |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | cd39e825565e |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 5ed0a897044c |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 8e0e4d7f30b4 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 7bfcd79960e4 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 52003c569e32 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 3543b4c31642 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | a568d8e797ed |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | d8e7902bedf0 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | db578125d590 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | e16737d11b0b |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | dcd2c9f96d0a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 6d96641b5605 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | e0d79c3b0105 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | d5644ed5bfa4 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 81c0b453da08 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 40d6269e71c0 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | a0e2849d5d35 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 5fc38ef5116f |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 807cfe384b0f |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 3b3267fb6fda |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 6828d35a089d |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 12aff103a938 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 2c2fd0d128b4 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 5aca06808f07 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | e608e884d258 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 4f0d83e45e80 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | b7990f19268e |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | ca8c43ad29fb |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 43c9da3a63cc |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 136821eec059 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 7a95dd7945ea |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | a5e30bc90c6f |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 96f613c672b5 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | f38e4573f3e7 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 3bcb52bfc152 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 70b1d078924b |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/nat.pt | Weights | 608.7 MB | d9961ea31be8 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/opt.pt | Weights | 2.0 GB | 13d5d1cc6665 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/sat.pt | Weights | 609.9 MB | de4405dc8f04 |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt | Weights | 18.5 MB | 08f6918f1aac |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | e968f1cfe238 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 31.2 KB | a553b7513e09 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | d86f15738443 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.7 KB | 3e14370f48ba |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/ar.pt | Weights | 608.7 MB | 559865d9cc57 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_base.pt | Weights | 608.7 MB | a883c6407b1d |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | be017e0fd58a |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | fb6565747b32 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 665c6037d0be |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 0f4464da49ed |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 2b11adbdd80a |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 528016f2d909 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 8b00a3fcc9e3 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 17e3cdc6b957 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0008.pt | Weights | 140.6 MB | afeb8f0feaff |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 578e2f3f5b08 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 847c95ad0272 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 30a889fb5d7d |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 46231ccef726 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 274b0175b217 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 251d28392de0 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | e73f684f4d55 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 86c6df355760 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 5dbae9f441a4 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | fd5edbbeeea1 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | a9045608d74f |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 623e510857bf |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | dfc987a8d395 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 779204d0a74f |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 973ec5cdb2da |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 6063f5458a97 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 22b89e2c3fe4 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | f18b27eef973 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 3e520db845fb |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | b3de9e5893c2 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 7bfa91ab5924 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 31c4dfed8b42 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 86c9286531dc |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 2a7e036d9042 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 1e9a3f14abf7 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | c4d4e499aa47 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 8f9f02c24d54 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | e29f118af428 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | f875422093dd |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | d810d3d011e5 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 3a4d8e19f0f0 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 6c55b2b5bb8b |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | db868966f9ef |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 6da667eeebbd |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 44b0bafa5d0e |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 991f9df090f8 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 09bfe895bd12 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | b94947206f01 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | cc9b54283de8 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | d3bc8002f1ab |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 0ef87be1247a |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | f0daf127cf68 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/nat.pt | Weights | 608.7 MB | f025859de188 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/opt.pt | Weights | 2.0 GB | 50019282d1da |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/sat.pt | Weights | 609.9 MB | 391ae44e7a05 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt | Weights | 18.5 MB | 869e2b361d1d |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 9c68a5465d31 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 31.4 KB | a7e5124ef549 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | c7c631abafde |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.7 KB | 956759ea48b0 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/ar.pt | Weights | 608.7 MB | bdaf09ccd504 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_base.pt | Weights | 608.7 MB | 0b9db4468585 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0000.pt | Weights | 139.9 MB | 0ecddc8847d1 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | c9576f057110 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 5e4a89bdddcc |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 2277a657ee45 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | b56fef81faa5 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | c7eb018be7b3 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | b057847646f7 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 30aa47bdba84 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 0108a72aa532 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 423bf59b42cc |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 4dfa344cc772 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | ad9f44125c64 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 83989b3b051e |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | f12533ee702f |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | ab3708787dfe |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | a3945d4cff65 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 30a4fad03bc8 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 662118b112ac |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | a56bab609fee |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 64ad1f583d5e |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 3e8334a1a7dc |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 72bad04eac21 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 2fd655f7e4ce |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 6645e7888f1f |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | cefafbdf5806 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | aeec72cbd3d8 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | b8f326b6540a |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | aa36ed3170cd |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | fa8481d0ac27 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | a95a68fe9cd0 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 8dbffe0a5111 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 6a623362a8d5 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | a2ce6f9b7f41 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 5386944874e4 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 8eda7be00516 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 4a64bc3edd11 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 17a5579b85b4 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 68a001c41d19 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | f7d622372b49 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | fc17fa96fd8d |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 64d429984af5 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 9240e7a8a0dd |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 0537d7818f66 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 4502f33f7a95 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | b12d2648f932 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | f2a8e73305b1 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 9b22e70d2ca6 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | ae019b43d4a2 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 9ae423c7c15a |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | d5bc6ed0d3f0 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 2dd9b766e72f |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/nat.pt | Weights | 608.7 MB | ea107972883e |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/opt.pt | Weights | 2.0 GB | 8832c6df37e7 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/sat.pt | Weights | 609.9 MB | 632fce6434a7 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt | Weights | 18.5 MB | 41cb5ec3352b |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | e581ba5c30f9 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 31.6 KB | 7e067a6a0b26 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.2 MB | fc3c03867532 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.7 KB | b3bfeee17df8 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/ar.pt | Weights | 608.7 MB | 0b3c14e58816 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_base.pt | Weights | 608.7 MB | 37b83f6ea243 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 0e0dd7d535d9 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 91a86afec8d7 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | e6f28da1c7f8 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 6241fa35a511 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 573a320f2561 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 591028497396 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 7fff9d021404 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | bbef3199f868 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 75371e2deb37 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 733a15faf5da |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | cf45a8f9f7a5 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 3d59da24cd35 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 938e194453ca |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 1fc61df593a8 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | d2f228cecc14 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 230b1ebc3954 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 723c267afca3 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | b15972e484a7 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 9a7aed0e5edd |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | db71cb046514 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | b29d13466a2d |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 40183ba1edea |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 2b6008668631 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 5d1ad1c59537 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 402339d8d288 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 2eb7b63a59d3 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 91c447e63293 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 2ad70cd1723e |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | d618754b6923 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 7578854dad73 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 8ca5d311588a |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 45234ab84adc |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | a70877df80bc |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 180f66521364 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 2aafd53140b5 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 1cc60d3ed56d |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 5bfe449f21c5 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | e7489e37cd1d |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 6054ab43a94b |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 12c889040d31 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 67b82917926b |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | c51e37e32725 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | f7ad53948545 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | cc849d629511 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 1f85f7bf539b |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 2ef934303649 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 29a0e366c229 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 818ebbb1eccb |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 4c8bb7ffe7df |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 7fb17977e11b |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | dc597e4e5700 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/nat.pt | Weights | 608.7 MB | 0ece30fe30cc |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/opt.pt | Weights | 2.0 GB | 6c7ead87eed8 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/sat.pt | Weights | 609.9 MB | 5c6526dd64df |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt | Weights | 18.5 MB | c8c888e93045 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | b99ec02bc8f7 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 32.3 KB | 10c0f095a16f |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | ddf83662e56a |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.7 KB | 417da958bf46 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/ar.pt | Weights | 608.7 MB | 7ab6ed119810 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_base.pt | Weights | 608.7 MB | 2e375b2c0475 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | fce4e988dbf5 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | bf257127eea5 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | bebb765598ee |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 4bb9d828212a |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | d2a6330f0c03 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | ad3e2ea06935 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 64c51f513403 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | c70728eaec5e |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | e49ed14c51c8 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 8439d5e43ddf |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | ba6df7024112 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | ba999176ed3d |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 4c87b713302f |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 860bc81d4922 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | a92420e5adea |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | e110686d29ae |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 7b61b76cf287 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | f60bf5448b7d |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 42639b2880e5 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | d6143b32f02e |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | be8a11e83a54 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 92d9d77c8659 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | a64775edeb8f |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 1c63f0d0a85b |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 106de25781be |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 4e882b092fdc |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | ed4796aed238 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 24980f6106d1 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 65a362d9e197 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 4e400afbd971 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 3a4620f57047 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 3d0dc97c70cd |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 991729400649 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | bd7c33898bf0 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 47aa0038862e |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 2965d251be25 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 02abddff7797 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 4ae37e1cac5d |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 1616ffcf5754 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 0d60f8a425c8 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 1b20e58a5bbd |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 38a72852a677 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 457cf0fc0028 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 85d277f3586f |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 1fd26bad21d6 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 90c1104c438d |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 1c3d6b04b71d |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 5a79afa0cfdd |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 08b0b716efe6 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 49fa8d537268 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 54f1a92bad48 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/nat.pt | Weights | 608.7 MB | f0bedeb5fc2a |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/opt.pt | Weights | 2.0 GB | ed4de33929d3 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/sat.pt | Weights | 609.9 MB | 726fdc6074d9 |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt | Weights | 18.5 MB | 6bf0dbf42930 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 10b94dbc9ac4 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 32.6 KB | 4b1bc65e443c |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | f847f3a1384c |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.7 KB | d1f6a238d85e |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/ar.pt | Weights | 608.7 MB | 117a3d597b18 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_base.pt | Weights | 608.7 MB | bfd4d4e0b861 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 6292da969e94 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | f4f4b216f20c |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | fbc6512883c1 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | ea38c24ec857 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 9511eda3c659 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 068cc1d187ab |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | ea1296031b52 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 38d2fdb59fc6 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 9514193aca52 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | dd5276a8b574 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 3f9f5b82ef15 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 9a7fd2a07590 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | f70b3400fedb |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 2bdd25ea6eb7 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | dbdcb2f8bb17 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 5bf9fc337dd8 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 79ce6b53dd4b |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | fac737145e50 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 118d311edb49 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 4cd49960e4ef |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | b683abb702a1 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | b941beee3a26 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 66f18aa9b1ce |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 66bba2c43503 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | dec5837448db |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 643870666087 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 0cfede755a81 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 670fd38724c7 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | bfc2e66be8c0 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 4b8f8f9faa95 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | ef47e3e952f2 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | afab695e4e15 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 8d495dac845a |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 653dfe29ddf8 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 781ae4d23ba4 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 8560169e905b |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 0eb3bb3f524f |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | fc078449b811 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | a14de0992859 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | ad5748385edc |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 11c5666b4651 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 46533e0fcb91 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | de647de9af6b |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 1b0d78c76414 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | e97ff4d136a6 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 0c6f09f17685 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | d66da7d17106 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 243a05431aa6 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | d3a26004b9a6 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | f8f266f2f62a |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | d517c2ba35c8 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/nat.pt | Weights | 608.7 MB | 37a680dc4cac |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/opt.pt | Weights | 2.0 GB | 8ef015f667cf |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/sat.pt | Weights | 609.9 MB | d81e936aa046 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt | Weights | 18.4 MB | a1b9df7e29dc |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 2948aeaa47bb |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.6 KB | 35b1eecc6fea |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.2 MB | 66df19c23db8 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 578328e167f9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/ar.pt | Weights | 608.7 MB | d7d8448e2a3f |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_base.pt | Weights | 608.7 MB | 593069a5ffa9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 3a3809722155 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 0fc6aed03fc7 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 4de84584751a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 413663772d20 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 09fe227f4602 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | c9c3fb26744f |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | b753fb737167 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 9bebba9e8a40 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | ee8ab75354f7 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 09b6409d54fe |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 58a37d813730 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 810375f3c759 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | e99816cb67f7 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 8cb5409f4517 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 599d00745f6c |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 23a3830c6c58 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | eb6842793dab |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | f17d182e81f0 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | b868949e51c6 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 029265b8629a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | fca761343684 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 97b6c6d745ca |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | d760315a30d2 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | d8b5e00e1a71 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 61d7b28a12ea |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 3be98859ba6b |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | be2f212c8be9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 440a0b0b56c0 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 59c1c29c3ed9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | aeb2f0d3986b |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 98034ea6f077 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 9a94ffb470fc |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | ab3ae3e31f4a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | ebf74b9908de |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | ff02b9d17a24 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 33a69301facd |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 6d8e482a54ca |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 55fbd8051d32 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | fbeaa5f9a742 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | e16f4558b96b |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 8a9658d2c206 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 82d08e77c1a9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 87679101bf48 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 6d2eebf0108a |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | d3e81c02f64d |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 27041bf71e12 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | e5d79a562d52 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 783b615c1d26 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | f0fd0b51c6e8 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | f8fd82a572f9 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 246aec1c0548 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/nat.pt | Weights | 608.7 MB | 4bcbbbd4f3ae |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/opt.pt | Weights | 2.0 GB | f1bf811a39ac |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/sat.pt | Weights | 609.9 MB | eff2a75bb51c |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt | Weights | 18.4 MB | 961ff0302393 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 29e7180d2dca |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 32.3 KB | 1585ffa53284 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.2 MB | 3a17acee654d |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 9278fe3f8a6c |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/ar.pt | Weights | 608.7 MB | ed8c9b7de56d |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_base.pt | Weights | 608.7 MB | b904a90aabda |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0000.pt | Weights | 139.9 MB | 7a6d5781921a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 66b9d1efcd0e |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 8e6f978ec377 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 927b88bd6930 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | b6176210309c |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 6d3fa27e75ed |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 097ffb560629 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 99b5f63eff04 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | ae1518b18d8a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 47de3061c529 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 38ddb26d6bc1 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | e65aa36ed968 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | f2519144a9c0 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | d767ea3c0013 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 9a237de98fdb |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 23d3117370c2 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 9f6a5c4d917c |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 48b7d97e43cf |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 79eb50df1277 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 731187789957 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 95a3f8948cd4 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 4f4aec2177fa |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 8b482258c570 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 81dab6f20ba4 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 6ee806e0e78e |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 41755a677ee9 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | bb5d8216b02c |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 2b0211a3bacc |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 5c7650588b71 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | bbec55eae8a9 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 53add97cd553 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | eb61dc665927 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 8dedb0922253 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 30dd2f4a50e1 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | ca40f3a8a62f |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 623eeb48b94e |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 35ce65fa5073 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | da29fb53020f |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 954792bee03c |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 0eb936780fdd |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 78391abf4ca0 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 307b941a0852 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | ecb971307b53 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 25f6ba60cec2 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | fb9cf7bd50f9 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | dc1044fca5e3 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 233bad83fda4 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | d5bd6d8c085a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 0c826eba6b98 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | ed43f4a1b4c2 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | c9a46d0cfb8d |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/nat.pt | Weights | 608.7 MB | be332ea5c9f7 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/opt.pt | Weights | 2.0 GB | 8a401a49f6ee |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/sat.pt | Weights | 609.9 MB | 5fa5513a4530 |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt | Weights | 18.4 MB | fadd1386333f |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 8d3d0338fc23 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 31.5 KB | d8e4227a8ea0 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | 8905b6d73dd7 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | edc1c2abdbb6 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/ar.pt | Weights | 608.7 MB | e5450a028611 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_base.pt | Weights | 608.7 MB | 04ee6436b7c9 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0000.pt | Weights | 139.9 MB | 489cb3cf6ec4 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 54564e800c00 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | e21adebc33d0 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 1d0e103073a6 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | d96606f7d872 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | f43eb79883a4 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | d8d63fab283e |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 5b104fb5aece |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0008.pt | Weights | 140.6 MB | a46c74399859 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 48e4a09b56fa |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | a1827c33ba72 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 5f713a1ad6a2 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 134ed6c9cb70 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 7a04b89743f6 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | d3924ee228a3 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 25f6743cecc9 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 4116e1471c4c |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | a1757c738f84 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 97093e88fdae |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 908f9361c010 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | c6de1f708fca |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | f017bb389566 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 0455ff4ea3c2 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | b97e4c6693db |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 311d027aea97 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 56e2fbb2aaae |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | e41760ca4192 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | a40bc6b456f6 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 8b54fe0ac41b |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | ae05a89b7af0 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | ef02fb41ef16 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 543d0adb1c8c |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 7325244f15fd |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | d7de2bdd930f |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | ce6d18455c5a |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | c5feaf127302 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | e86458c5ba72 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | a53eab29ab7b |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 781130c97529 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 3e8d4ed711f4 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 62662df91737 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 5e85a796a6b7 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | db60af1386be |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 262fd6077374 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 8ec6f441890a |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 4d265d0581ea |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 96d29eaf9e19 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 7b14dbe6b364 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 1ba3d5a69e5f |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | c56f789e52b7 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | e188a619c00b |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/nat.pt | Weights | 608.7 MB | 818ab5fe7fd8 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/opt.pt | Weights | 2.0 GB | 645818616d9c |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/sat.pt | Weights | 609.9 MB | 07a83410845f |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt | Weights | 18.4 MB | 709983fb949c |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 4b555052d771 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.7 KB | ba72f906d69c |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.8 MB | 7205beca4252 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 239ee8a3dc84 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/ar.pt | Weights | 608.7 MB | 90fe0c5a8179 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_base.pt | Weights | 608.7 MB | 158cddc7df54 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | b4d0b3812b42 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | c8dd96f0e11f |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 4b6db3210db8 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | bf74e4e8c89a |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 4b1e0c0706d9 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | effd69f72b3e |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | aa4f2445824b |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 3a7f513eb2f4 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0008.pt | Weights | 140.6 MB | b585eb560cfe |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | de15a970db92 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 10ddd87884b5 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 8723c316ef13 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 4f12ca796173 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 2d68b48f6f7b |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 51b7853e5942 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 83ecab31b441 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 88335f336446 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 93d4f7ed4a0c |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | e92cdda84ef3 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 958f1cf86e27 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 45ecae4278b6 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 0887f1ad56fb |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | b84df7bd34e5 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 4692120242f8 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 89bac6d7c1de |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 524f0b641df8 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 818133ba51cd |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | e1e8bde76ebe |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | ef5094c5578a |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 1351f63c9498 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | bcc108c7bf3c |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | f66373ef63b1 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 9ad4c8b62bde |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 0ee07784c14e |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 719bb85e0cea |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | bebf070b70ce |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | dd0676a91f29 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 62171f8b0b29 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | c960f623afd6 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | ee76269ead01 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 3a796ebf5be8 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 95dc334592f9 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 36a79ad6216b |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 59011a3755fc |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 892872f154ee |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 19cf96801cc6 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 348371e0df66 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | ab8600145f47 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 91bbe352d753 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 060bad8dcf6d |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | e6d37c0a4043 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/nat.pt | Weights | 608.7 MB | e212332c6628 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/opt.pt | Weights | 2.0 GB | a5b8cce089c8 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/sat.pt | Weights | 609.9 MB | a6bac793dd16 |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt | Weights | 18.4 MB | 2fd87c1f0107 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 583e22f8ebe0 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.6 KB | f922420f6532 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.7 MB | a070f0985f38 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 8ab282bd5233 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/ar.pt | Weights | 608.7 MB | 3fd458eba5b1 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_base.pt | Weights | 608.7 MB | 6cdda479e28f |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 5ae80563fc32 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 3e1d891ac8d1 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 832e270af429 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 891e3d0de217 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | d7aff9c68c7d |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | a7030f690d19 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 1dfefee61634 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 444183156da1 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0008.pt | Weights | 140.6 MB | 12927f30fe75 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 04401ae8f81b |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 0eb73bd31639 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 34005a1f08e1 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | ce78f31aca71 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | a37595e81991 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 37136d4f5685 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 522fbc9a7ede |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 2f816a7f5052 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | ba9d19d966e9 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 11f5bee75e5d |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 9600672a7c69 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 83248e558ca1 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | a8ca0914fb53 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 68e98585880d |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 450a9687e1de |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | a2019375f5af |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | fe2f7d755d2d |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 0fd1ecf2f8e0 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 2ff449519adb |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 975165af2741 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | c7a30bdc4d04 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 6d459a1a2140 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 17009fb408c5 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | d2a1cc9c7af9 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 091df2e777a3 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 353abc6168d5 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | f055f6c717e3 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 3d4e6750ed48 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 2f1c25a82846 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 988135d2426f |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 4cdcfea47a82 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | ae1be2b11186 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | c510314fe146 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 157b97b1652f |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 1c2ce44b5d54 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 60977e4bd5b5 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | a50f110915aa |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 6e3d4bbfdfcd |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | baf7dbc1989b |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | cd93d651a7c9 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 6240f755c83a |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 922c38be237d |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/nat.pt | Weights | 608.7 MB | 5f8a55ade5e2 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/opt.pt | Weights | 2.0 GB | e23d85cadec9 |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/sat.pt | Weights | 609.9 MB | 76f966ca1c2c |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt | Weights | 18.4 MB | 5a77b25f17c0 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | d296605a9c6f |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 30.6 KB | 63734ad52324 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.7 MB | e76107e35f31 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 5f30da2f056b |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/ar.pt | Weights | 608.7 MB | d6a5086073de |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_base.pt | Weights | 608.7 MB | ccec6f3f8559 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 95b843c8fa26 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 44d0c2ccdf29 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 0e01632c2a7b |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | a4aef948b3c4 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | cf8c352bec09 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 9526bda40eed |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 4124b0f3ad2d |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | a0d7d7f55048 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 69e6a2ff678a |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | e9a152aeb1f3 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0010.pt | Weights | 142.1 MB | b2a199bce03b |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 369840afa137 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 6e9890ced863 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | d9467905380b |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | d481f330ab36 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 191ab1092da0 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | 58bb7f6f507e |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | a8c9cc04af2c |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 50ef42aadec6 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 5ee1fb902704 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | dce139469a0e |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 4e7c0325a9a1 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 3d148cbf87e0 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 2d7a708760c2 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | dd18a7171427 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 5845678164c9 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | dd85426710c1 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | f759c018d04f |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 8d1bd882fa20 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | dae9f909a984 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | cb670fe5abc2 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | d6463680fc4d |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | f41134ed07b7 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 31eab87355ee |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 5d24e615ca06 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 71f3d4cd6bd4 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 0fd9a76128d4 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 8ea995b7decd |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 1fb0eac92467 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | fe0eb5793ff6 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 2771530c7d15 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | da10bf6f0e7c |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 815fb649fcec |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | e9993c19b1d4 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 2b5bc55e992e |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 9740e8a7e678 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 2ff585364696 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | ab72a5914454 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | c50a26c14a15 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 8d7865e670f0 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 71431ac934ea |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/nat.pt | Weights | 608.7 MB | 2a4e795acdea |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/opt.pt | Weights | 2.0 GB | 44175d630f95 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/sat.pt | Weights | 609.9 MB | 6670b6e6cded |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt | Weights | 18.5 MB | 7dc1a0be64a4 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | ee75d7fcdd7e |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 29.1 KB | 7cc5129e9c0d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.3 MB | d44d037ac57a |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 35ae6824ee8e |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/ar.pt | Weights | 608.7 MB | 5f250382425a |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_base.pt | Weights | 608.7 MB | 585114130187 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 8cd01840796e |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | eab13245793d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 54d1c4220a14 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | d7f24662ad8d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | d9ed60a669d2 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 22c84dafcba8 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 59df52793663 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | e955a8c25281 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 5c78aab13d92 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | d698f4f6b103 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 00670c133ed3 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 4cd7098abadd |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | 06551b730a44 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | dfddf94f4491 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 0098ef17732f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | ce6fca914034 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | cb6d5f19ce0f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | aece5175821d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | c3aebe8a4a72 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 722c611e9e18 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | cdc54e767763 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | caef8abafa10 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | 9a707062d4aa |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | 39651d322936 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | ab086aa2eafa |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | e3921660fb2f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | ac289c538cc4 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | f266ce696c8f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 8bb31f74bf52 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | bd6b0f554550 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 58bb725d7598 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 128cbb4e5f7b |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 6e49101f8d1f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 68dc91c72ede |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | f73d4ae997f3 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | d94e9d80fdf4 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | db75b961ff9d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 32e96d55ea12 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | c02fdc6ac403 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 09e558aea696 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 3017e780a776 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 01dc24fc7bff |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 5354c279f715 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | ff3eddc7cca0 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 9aff008ee29d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 13ef236a76b7 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 0eff69b69ddd |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 15e78cb52a60 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 09be5f797c9d |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 7d830d40797f |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 095c6db13d20 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/nat.pt | Weights | 608.7 MB | aee4e975c50e |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/opt.pt | Weights | 2.0 GB | bdc12810abdc |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/sat.pt | Weights | 609.9 MB | c893e534e96a |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt | Weights | 18.4 MB | 45b51a9e91c4 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | bc3539e71dc9 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 29.0 KB | 22ebc5dc8c7b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.1 MB | b9ade474f505 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.5 KB | 8790e78d2382 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/ar.pt | Weights | 608.7 MB | d04377a2e08b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_base.pt | Weights | 608.7 MB | 765820be397f |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 2397324a9ae9 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 2ddd619bed92 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 81d99bac6653 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | d752de30f159 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | d7ecddd77caa |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | c3134e24d64b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | b6644cfb216d |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | e762f6926844 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 4c80e8216839 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | 26808b5932bf |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 97353cf3121f |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0011.pt | Weights | 142.1 MB | b8cafb1cf754 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0012.pt | Weights | 142.1 MB | b26a7d098a12 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0013.pt | Weights | 141.9 MB | 98cfbc8a91f5 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0014.pt | Weights | 142.0 MB | 50c0eed53d94 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 8cd0b2aeca4b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0016.pt | Weights | 142.0 MB | eb4c9948c75c |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 097653d1ef76 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 131cd4bcda6c |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0019.pt | Weights | 141.8 MB | ae2c4d75c3e5 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 94d58ef790f9 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0021.pt | Weights | 141.7 MB | 2dc07d9fc554 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0022.pt | Weights | 142.0 MB | cec2ffd16f53 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0023.pt | Weights | 142.3 MB | f6a906ac1605 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0024.pt | Weights | 141.2 MB | 900fca9d51bf |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0025.pt | Weights | 141.2 MB | ff2746fd4f0e |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 10ef7f9cb564 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 086febd41f48 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 1aebcf0c711b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 43bcdada7ed3 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 17d74656fc51 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | cd2d32f4b4c2 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 3251d61e1d1b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 616cdc4c5479 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | b7d24611685c |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | adb86fe7f7cd |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 218ddf9091b9 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 9a35da70398b |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | a4367e3c1954 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 2ef1c9898f7d |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | bfbc9890f1f8 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 63513824bf08 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | ca48a2d1d007 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | d7cb324a99d9 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 5a1c633ddd86 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 65091fa05141 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | b0d1eecb9580 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 023c9809fd43 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | dc458167af6a |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 64fb21583216 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | f2170d78ec51 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/nat.pt | Weights | 608.7 MB | a2e7f61529ff |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/opt.pt | Weights | 2.0 GB | 989b1bf5d6da |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/sat.pt | Weights | 609.9 MB | 7d88da93bc62 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt | Weights | 18.4 MB | a2e8884299dd |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 32280d64daf8 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 28.9 KB | ca29e59d2291 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 65.5 MB | 8df7b5c79c0c |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.5 KB | c86ca1c756f1 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/ar.pt | Weights | 608.7 MB | 4b137a5c36ca |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_base.pt | Weights | 608.7 MB | d8fbe25c22ee |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 3602006a71b3 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | d41ba0ce80d6 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | de9d61fe53fd |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 5529ad60cfda |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | da0546fdec74 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 56b1498526c8 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | e81e267a323c |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 6fd4584dc445 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | a541991f8d9d |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0009.pt | Weights | 142.0 MB | c9ac741cae2b |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0010.pt | Weights | 142.0 MB | 57dd54eca461 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0011.pt | Weights | 142.1 MB | 470eb3cbc709 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0012.pt | Weights | 142.1 MB | a402caface05 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0013.pt | Weights | 141.9 MB | b45d4b8ce806 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0014.pt | Weights | 142.0 MB | f5b33e17c476 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0015.pt | Weights | 141.7 MB | 5fbc5ae895cb |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0016.pt | Weights | 142.0 MB | b532dcd4f7ef |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0017.pt | Weights | 141.6 MB | 281466a972e6 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0018.pt | Weights | 141.9 MB | 84b343fdd7cc |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0019.pt | Weights | 141.8 MB | 92b075f02e25 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0020.pt | Weights | 141.9 MB | 0df04a73fb03 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0021.pt | Weights | 141.7 MB | a446646d0f16 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0022.pt | Weights | 142.0 MB | b193e8c3751a |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0023.pt | Weights | 142.3 MB | e4029eb37ea6 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0024.pt | Weights | 141.2 MB | d1e850d3d68e |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0025.pt | Weights | 141.2 MB | 1e6b1db935b8 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0026.pt | Weights | 141.2 MB | 6910c9ed8b2c |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/core_block_0027.pt | Weights | 141.3 MB | 2e45bc39a8c7 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | df5dd8885282 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 2c03b591d6d9 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 73e82df38574 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | ea6743fbbd46 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 1a6594a2beb3 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 40d36728ddd2 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 45404578dc04 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 8ae35f1de087 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 7bfc16fd2fbd |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | b278a64454f1 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 71ed051e54fe |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 626a9c398231 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | fc85697247aa |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 1ffa0a8a0475 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 8c86ee11c3fd |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 665c77e2d072 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 121b73d893d3 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 4d7bd1671ca0 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 791c9ac06512 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | d7f70f3bc031 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 40f4e6bef763 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 21eaa5aa2edc |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | e86e6fcddd11 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/nat.pt | Weights | 608.7 MB | a78ce9b4244f |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/opt.pt | Weights | 2.0 GB | 8d8049f4de37 |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/sat.pt | Weights | 609.9 MB | a25fe9e2111c |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt | Weights | 18.4 MB | 5c9628853b3c |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | f23dc80bce41 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 29.4 KB | 4897af249700 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 7734a66bbb68 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_base.pt | Weights | 608.7 MB | c49ce1d4f11a |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | af46d02587ae |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 4a9505d38e16 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0002.pt | Weights | 140.2 MB | f362b4ce7d50 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 6336b2d42112 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 63274bc96564 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0005.pt | Weights | 140.3 MB | 3b7b753f96fd |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 9dc54dda0452 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 1ad05cae49b5 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 9efaef03bfac |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0009.pt | Weights | 142.0 MB | e53950b32fa8 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/core_block_0010.pt | Weights | 142.1 MB | b2016cadca8b |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | b8c7354f35d6 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | ab1d6f090dac |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 47e88b7664c8 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 792a333bfe90 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 3e801dd6c994 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 4df2b29797c1 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | b95a64aff844 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | d1721b4d4feb |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | dc45191ed9f5 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | e1a54c5dacc7 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | ec071bead1bf |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | b509666882b1 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 0963c6c8fe3e |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | ec00b6130aa0 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | da578ab1a6f1 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | a4b5b8efab8d |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | c38b4c093a6d |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | cb766b9cf384 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 2a86515d7764 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 4f911920c735 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 98b4e325c9b8 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | f4fb4a9cb5c7 |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt | Weights | 17.7 MB | 5edb401a8242 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | b6bfe7d2e546 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 27.8 KB | dd2da068737d |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 67.9 MB | 13a6980d5ca8 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 04b7467e69b1 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/ar.pt | Weights | 608.4 MB | de67b26e70ac |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_base.pt | Weights | 608.4 MB | 4be90332fbc4 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 6c7a5c2994d7 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0001.pt | Weights | 140.6 MB | 7a9a21846996 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0002.pt | Weights | 140.6 MB | 223d38de4db3 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0003.pt | Weights | 140.6 MB | df4ba5f75d32 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0004.pt | Weights | 140.8 MB | 60403e7431fb |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0005.pt | Weights | 140.8 MB | baea389f0fdb |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0006.pt | Weights | 141.1 MB | a66cc7417d50 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0007.pt | Weights | 141.1 MB | b7fcba2bdfb7 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0008.pt | Weights | 141.1 MB | 97578a9ad13b |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0009.pt | Weights | 140.1 MB | 563dfbc6af04 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0010.pt | Weights | 140.7 MB | 8d052a3e745e |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0011.pt | Weights | 141.1 MB | 02399c6eb99b |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0012.pt | Weights | 141.0 MB | 318636350e1d |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0013.pt | Weights | 140.8 MB | 8dfe04dc4e90 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0014.pt | Weights | 140.4 MB | 3b4bc95a0701 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0015.pt | Weights | 140.7 MB | bac6aa490055 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0016.pt | Weights | 140.8 MB | a007ab484705 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0017.pt | Weights | 138.8 MB | b8fcf322325b |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0018.pt | Weights | 140.8 MB | ad8389ed66b4 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0019.pt | Weights | 140.7 MB | 5aea3e9ebb68 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0020.pt | Weights | 140.8 MB | cbf5e6e08607 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0021.pt | Weights | 137.7 MB | 8acb56468c7f |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0022.pt | Weights | 140.7 MB | b9dbddb2c11c |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0023.pt | Weights | 139.9 MB | e692c621cfd4 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0024.pt | Weights | 139.7 MB | 57c23a9ca7d7 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0025.pt | Weights | 139.7 MB | 28ad319427d0 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0026.pt | Weights | 139.6 MB | f47714e48cdf |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/core_block_0027.pt | Weights | 139.7 MB | 18bf93243fdf |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_base.pt | Weights | 122.0 MB | eeca2258c424 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 20eec4e1c8e4 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 440a06a77211 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 191be4a47962 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 3e18c96c6793 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | e484155c4914 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | b1000270f981 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 9e2a4d354f4f |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | de762b51ab89 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 07fdca72f850 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | be11cf6d4c01 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | b6a3874b7be9 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | abd7f9b3f88a |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 38362dd8cb15 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 78df4f2ef532 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | f63766084111 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | d87ad56ea471 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 51b63bb6b134 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 363e3d8d0312 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 697d10329875 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 622a753feea7 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | b90f34ef67c3 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 627fbeaa4055 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/nat.pt | Weights | 608.4 MB | de67b26e70ac |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/opt.pt | Weights | 1.8 GB | 42daf9e1dd1c |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/sat.pt | Weights | 608.4 MB | 26084015d7d3 |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt | Weights | 18.1 MB | 9d00786761ab |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_bridge.pt.12b0da-18d2ec4625359.raw.pt | Weights | 1.3 MB | 71c03f13c68d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_counters.pt.77f3-18d2ec463d59023.raw.pt | Weights | 183.5 KB | beaa6590a4c9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_opt.pt.3f9194d-18d2ec462e44.raw.pt | Weights | 99.7 MB | beb9db3dfdd0 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_rng.pt.e23-18d2ec463c0955ec.raw.pt | Weights | 5.5 KB | 0bcd8bfba9ce |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/ar.pt.244494d4-18d2ec42d92.raw.pt | Weights | 661.9 MB | 1fe5df4073ff |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_base.pt.2444b8c1-18d2ec3ec89.raw.pt | Weights | 661.9 MB | ffa75e819888 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0000.pt.857c9ed-18d2ec3f39a0.raw.pt | Weights | 150.9 MB | b451609a59ef |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0001.pt.85d17b7-18d2ec3f5824.raw.pt | Weights | 150.9 MB | 9f43d651f831 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0002.pt.85c6fd7-18d2ec3f764d.raw.pt | Weights | 150.9 MB | f14b8f680841 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0003.pt.85ca202-18d2ec3f9457.raw.pt | Weights | 150.9 MB | 3af1601acce9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0004.pt.85ecb3e-18d2ec3fb1e7.raw.pt | Weights | 150.9 MB | e2f6563d32ab |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0005.pt.85e2937-18d2ec3fcf58.raw.pt | Weights | 150.9 MB | d33234b57f00 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0006.pt.86409a7-18d2ec3feed0.raw.pt | Weights | 150.9 MB | b0cce0e2ce88 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0007.pt.8663d99-18d2ec400c41.raw.pt | Weights | 150.9 MB | 9764db0fc9b5 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0008.pt.866153c-18d2ec402a79.raw.pt | Weights | 150.9 MB | f37cb79c321e |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0009.pt.8632ca7-18d2ec4048cf.raw.pt | Weights | 150.9 MB | 080ac17c6893 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0010.pt.8643243-18d2ec4067ec.raw.pt | Weights | 150.9 MB | 973d29cfa8fb |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0011.pt.8657712-18d2ec408718.raw.pt | Weights | 150.9 MB | a842abee3485 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0012.pt.8647efd-18d2ec40a550.raw.pt | Weights | 150.9 MB | f76fcd8f3178 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0013.pt.861097e-18d2ec40c523.raw.pt | Weights | 150.9 MB | 476caae70148 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0014.pt.85e8d09-18d2ec40e3c6.raw.pt | Weights | 150.9 MB | ed8f11119a27 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0015.pt.85ed658-18d2ec41024a.raw.pt | Weights | 150.9 MB | 97c15956d025 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0016.pt.8630072-18d2ec412167.raw.pt | Weights | 150.9 MB | 5f37bec4de2b |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0017.pt.85db957-18d2ec413f33.raw.pt | Weights | 150.9 MB | 519b32a5df8b |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0018.pt.863968b-18d2ec415e04.raw.pt | Weights | 150.9 MB | ee491b4612c2 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0019.pt.85fdf36-18d2ec417ba3.raw.pt | Weights | 150.9 MB | 096593f228e0 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0020.pt.861a09d-18d2ec419933.raw.pt | Weights | 150.9 MB | a19d67bab3fe |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0021.pt.85debbe-18d2ec41b934.raw.pt | Weights | 150.9 MB | d29afea1d888 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0022.pt.86391a0-18d2ec41d7b8.raw.pt | Weights | 150.9 MB | 652d8faa6e91 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0023.pt.86220a5-18d2ec41f7e8.raw.pt | Weights | 150.9 MB | 522e6c78e9f4 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0024.pt.853a184-18d2ec42167b.raw.pt | Weights | 150.9 MB | 7a5ea047cff4 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0025.pt.853f052-18d2ec42352d.raw.pt | Weights | 150.9 MB | 9f2e545efaa9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0026.pt.852e240-18d2ec4253cf.raw.pt | Weights | 150.9 MB | ff7153fad471 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0027.pt.855b283-18d2ec4271d9.raw.pt | Weights | 150.9 MB | 5bede3c48f8a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_base.pt.747f3f7-18d2ec4290d7.raw.pt | Weights | 132.4 MB | adde1e4ea610 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0000.pt.2984dd-18d2ec42a712f.raw.pt | Weights | 2.9 MB | a4893f1eb7b9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0001.pt.293117-18d2ec42a8536.raw.pt | Weights | 2.9 MB | f5c4017ca41a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0002.pt.293f64-18d2ec42a9660.raw.pt | Weights | 2.9 MB | daf1d9bdbb6f |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0003.pt.2940ed-18d2ec42aa973.raw.pt | Weights | 2.9 MB | caa2bdb327a9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0004.pt.2945e7-18d2ec42abc85.raw.pt | Weights | 2.9 MB | e98bbf9f4405 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0005.pt.295d70-18d2ec42acf98.raw.pt | Weights | 2.9 MB | b9bbd6c8ae0d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0006.pt.2981bc-18d2ec42ae493.raw.pt | Weights | 2.9 MB | bb0852624141 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0007.pt.295554-18d2ec42af7a5.raw.pt | Weights | 2.9 MB | 3469ad71436e |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0008.pt.297952-18d2ec42b0bac.raw.pt | Weights | 2.9 MB | fc81dd8e2c90 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0009.pt.296a17-18d2ec42b1fb3.raw.pt | Weights | 2.9 MB | 92d48345b1c8 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0010.pt.29554f-18d2ec42b33b9.raw.pt | Weights | 2.9 MB | ab26bea3d631 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0011.pt.297f7a-18d2ec42b47c0.raw.pt | Weights | 2.9 MB | b5d12feb33d7 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0012.pt.293d23-18d2ec42b5bc6.raw.pt | Weights | 2.9 MB | cb1bf60f20e2 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0013.pt.292a46-18d2ec42b6fcd.raw.pt | Weights | 2.9 MB | 9d8d9d7b95a6 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0014.pt.2943aa-18d2ec42b83d4.raw.pt | Weights | 2.9 MB | 57461f1bb08f |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0015.pt.293769-18d2ec42b96e6.raw.pt | Weights | 2.9 MB | 0cd75c72724c |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0016.pt.292f7b-18d2ec42ba9f9.raw.pt | Weights | 2.9 MB | c2fa3982b488 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0017.pt.293c9a-18d2ec42bbdff.raw.pt | Weights | 2.9 MB | 7c02a0dcc792 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0018.pt.2955b7-18d2ec42bd112.raw.pt | Weights | 2.9 MB | 1e6e24c05c5c |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0019.pt.1e1040-18d2ec42be330.raw.pt | Weights | 2.9 MB | 24d284f4e6f5 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0020.pt.1e0a60-18d2ec42bf45b.raw.pt | Weights | 2.9 MB | 402b660c09ad |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0021.pt.1e0e9c-18d2ec42c039d.raw.pt | Weights | 2.9 MB | 91ea694b652b |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/nat.pt.244494d4-18d2ec43dba.raw.pt | Weights | 661.9 MB | 1fe5df4073ff |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/sat.pt.2444ba78-18d2ec435e4.raw.pt | Weights | 661.9 MB | 6c86ae86772a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | a7864ac9aceb |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 30.7 KB | 2e8dc3820d4d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.7 MB | bb2b38a50901 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 165aff43cfe2 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/ar.pt | Weights | 608.5 MB | 03e93eac0f4e |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_base.pt | Weights | 608.5 MB | 7c3e56fe7f86 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 49d5088a8f42 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0001.pt | Weights | 140.3 MB | 253bfcac8c3d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0002.pt | Weights | 140.3 MB | a0cae48574b8 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0003.pt | Weights | 140.3 MB | b247c7da8195 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0004.pt | Weights | 140.4 MB | 6dfd0094cfa6 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0005.pt | Weights | 140.4 MB | e13c08214694 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0006.pt | Weights | 140.8 MB | f14316c8cde0 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0007.pt | Weights | 140.9 MB | 92e8635ca4ec |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0008.pt | Weights | 140.9 MB | 6ce5219b4ee8 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0009.pt | Weights | 140.7 MB | 4120fd5e4687 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0010.pt | Weights | 140.8 MB | 1bbee61030c8 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0011.pt | Weights | 140.9 MB | 468b9dcdb033 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0012.pt | Weights | 140.8 MB | 111365f96152 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0013.pt | Weights | 140.6 MB | 3e01f788317e |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0014.pt | Weights | 140.4 MB | a96f054d8e97 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0015.pt | Weights | 140.4 MB | 0db4899f5033 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0016.pt | Weights | 140.7 MB | 0f3d49379bed |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0017.pt | Weights | 140.4 MB | 9c49f0f03a48 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0018.pt | Weights | 140.7 MB | 9205674f08dc |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0019.pt | Weights | 140.5 MB | c032d16384bd |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0020.pt | Weights | 140.6 MB | 70191a39d464 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0021.pt | Weights | 140.4 MB | ac81119e79ec |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0022.pt | Weights | 140.7 MB | c1fe113bf596 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0023.pt | Weights | 140.6 MB | d61f620c517a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0024.pt | Weights | 139.7 MB | 738189f1c8cb |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0025.pt | Weights | 139.7 MB | d00eaf8ad99f |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0026.pt | Weights | 139.6 MB | 08fce39a657d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/core_block_0027.pt | Weights | 139.8 MB | 8324d05aac4f |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 6e91c05cfead |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 9b88419ae686 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | 4f8a15d3bafd |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 59d45887a194 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 3d5e73f04a1a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 1adf6d2aeacf |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 66ed8bc31ba4 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | b87beb29131d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | e802035aee1a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 3144716e681f |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 45aa49a529cd |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | af771a9f58a1 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | aed23fd8fdc6 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | 2edde13150f1 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 231eddf1e6b2 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 70f65c122059 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | a6a2c22a3ab9 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 812df4d0afac |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | edd672acccff |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 3279c372d54d |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 655974ab1346 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | a22b2cbe89c6 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 16bd3424718a |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/nat.pt | Weights | 608.5 MB | af4251d350bd |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/opt.pt | Weights | 1.9 GB | 633d25079cef |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/sat.pt | Weights | 608.5 MB | b78084d350f5 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt | Weights | 18.5 MB | 0d334fb3b09f |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 2cae9bb3e161 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 30.3 KB | 78c3117f4977 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 65.0 MB | 28a3d170bf9c |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | 505e313bfe4c |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/ar.pt | Weights | 608.7 MB | a1cb282bc030 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_base.pt | Weights | 608.7 MB | 3282b1f059f2 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 739c179a4e51 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0001.pt | Weights | 140.2 MB | 5206a2377314 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0002.pt | Weights | 140.2 MB | 149869359026 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0003.pt | Weights | 140.2 MB | 35068a483392 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0004.pt | Weights | 140.3 MB | 136d202a9e73 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0005.pt | Weights | 140.3 MB | b303a2b03cb7 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0006.pt | Weights | 140.6 MB | 04fbde3d97ed |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0007.pt | Weights | 140.8 MB | 9cca7c2361f9 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0008.pt | Weights | 140.7 MB | 3ef35f6adc58 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0009.pt | Weights | 140.5 MB | 9139b1b7c8da |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0010.pt | Weights | 140.5 MB | bbb1b4395116 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0011.pt | Weights | 140.6 MB | c68ed4387184 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0012.pt | Weights | 140.6 MB | d7c93a4c5d51 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0013.pt | Weights | 140.4 MB | 3c3261bbb6aa |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0014.pt | Weights | 140.5 MB | 2875c2c5f30f |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0015.pt | Weights | 140.2 MB | 036f274da550 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0016.pt | Weights | 140.5 MB | fb64d2047d7b |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0017.pt | Weights | 140.1 MB | 08703af4c17d |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0018.pt | Weights | 140.4 MB | 7398b999ee09 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0019.pt | Weights | 140.3 MB | 99a2260434f1 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0020.pt | Weights | 140.4 MB | e0a4003bc157 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0021.pt | Weights | 140.2 MB | 04a262de9b9c |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0022.pt | Weights | 140.5 MB | a63b8c63b989 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0023.pt | Weights | 140.8 MB | 9d19cb2dd7f9 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0024.pt | Weights | 139.7 MB | 2c15625efa8b |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0025.pt | Weights | 139.7 MB | b8383245475e |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0026.pt | Weights | 139.7 MB | 6b4d1c34917e |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/core_block_0027.pt | Weights | 139.8 MB | 8788c07f2ba2 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_base.pt | Weights | 122.2 MB | 1d887990b38f |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 30d7e7f39a19 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | e6fc29fe0ecf |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 5736a82d9668 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 4a7ba5cb9dcc |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 284bbef1c9fb |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 0595c1ad5da4 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | b9441ba35350 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 5232be782e01 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | e2d5cbd6bb85 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 226c020f9502 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | d2b1e42e4cf5 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | 8b7876839230 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | f1dc6f98093d |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | a30bc13250c4 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | d74371c6111b |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 6c3aa3a459a4 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 57065a8ebbbf |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | dc8d96e3aee7 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | 5015d77b077e |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 76dc3fe1daa8 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | a0a54b569a85 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 71f99540466f |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/nat.pt | Weights | 608.7 MB | a1cb282bc030 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/opt.pt | Weights | 1.9 GB | f49c2480ab7b |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/sat.pt | Weights | 608.7 MB | 49f32be6d1bc |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| popout_exports/detachable_50m_step02637889.pt | Weights | 183.0 MB | 22353eae0c63 |
| popout_pretrain/contract_sidecar.pt | Weights | 15.2 MB | 78d014221b21 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt | Weights | 17.7 MB | bacd1731af03 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | d179e78625a4 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 30.8 KB | ebde727f47c5 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.9 MB | 9ccb0c912f7f |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | e312b7490660 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/ar.pt | Weights | 608.4 MB | a83d0d4d993d |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_base.pt | Weights | 608.4 MB | 9bb3c65e4c25 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 7571d55da38e |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0001.pt | Weights | 140.5 MB | 2f46ae055fc1 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0002.pt | Weights | 140.6 MB | 5f8af063db70 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0003.pt | Weights | 140.6 MB | f5c6de75be40 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0004.pt | Weights | 140.8 MB | 80209063ba3a |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0005.pt | Weights | 140.7 MB | bc2d60956f12 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0006.pt | Weights | 141.1 MB | 61a785663053 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0007.pt | Weights | 141.1 MB | c4789b18f91f |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0008.pt | Weights | 141.1 MB | 10e78a5289b4 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0009.pt | Weights | 140.1 MB | e3961af02bf4 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0010.pt | Weights | 140.7 MB | 5f8902d9a9ed |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0011.pt | Weights | 141.1 MB | 466af6e5ecb6 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0012.pt | Weights | 141.0 MB | 32b77366f991 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0013.pt | Weights | 140.7 MB | bdcc3a91a8b3 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0014.pt | Weights | 140.5 MB | 0ce57ffa2d24 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0015.pt | Weights | 140.6 MB | d8aab117c77d |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0016.pt | Weights | 140.8 MB | c52cec36c434 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0017.pt | Weights | 139.3 MB | 9bde09f41d59 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0018.pt | Weights | 140.8 MB | dea0e4fd3e66 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0019.pt | Weights | 140.6 MB | 4c20f4da00b5 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0020.pt | Weights | 140.8 MB | fe0cb4aed40b |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0021.pt | Weights | 137.8 MB | 4da202c9b8f6 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0022.pt | Weights | 140.8 MB | 2fb8fba404b3 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0023.pt | Weights | 140.3 MB | 820765a8f330 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0024.pt | Weights | 139.7 MB | 355d38cdc652 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0025.pt | Weights | 139.7 MB | 9186f1f5a407 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0026.pt | Weights | 139.6 MB | d9abff3360e9 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/core_block_0027.pt | Weights | 139.7 MB | c2978fa356d7 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_base.pt | Weights | 122.1 MB | fbc51bc93248 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 4c7bf065f45f |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | c5fd63c65d8f |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | c0b050886769 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 0b6d8310f32b |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | cf3706b62614 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | d659b3102704 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 9cd9aa8c5ef7 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 1951ac3d5e59 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | cb17f5d55794 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | f5202805d43d |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | ec704b1299c6 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | ce8d30783672 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | b844e2ed9f6f |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 7b456686059d |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 58ba6935a89c |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 9432a5371904 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | ae704b179d34 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | c6959546b006 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | ee2cca4a8b49 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 99e539379b85 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 283dc6a13b97 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 3d5e2232780d |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/nat.pt | Weights | 608.4 MB | 22c1139f55b9 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/opt.pt | Weights | 1.9 GB | 1c1a17ffa067 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/sat.pt | Weights | 608.4 MB | acf4ee72aa86 |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt | Weights | 17.7 MB | 0ddd0232d026 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | d179e78625a4 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 30.8 KB | ebde727f47c5 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/agillm5_detachable_50m_opt.pt | Weights | 66.9 MB | 9ccb0c912f7f |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | e312b7490660 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/ar.pt | Weights | 608.4 MB | a83d0d4d993d |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_base.pt | Weights | 608.4 MB | 9bb3c65e4c25 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0000.pt | Weights | 140.0 MB | 7571d55da38e |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0001.pt | Weights | 140.5 MB | 2f46ae055fc1 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0002.pt | Weights | 140.6 MB | 5f8af063db70 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0003.pt | Weights | 140.6 MB | f5c6de75be40 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0004.pt | Weights | 140.8 MB | 80209063ba3a |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0005.pt | Weights | 140.7 MB | bc2d60956f12 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0006.pt | Weights | 141.1 MB | 61a785663053 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0007.pt | Weights | 141.1 MB | c4789b18f91f |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0008.pt | Weights | 141.1 MB | 10e78a5289b4 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0009.pt | Weights | 140.1 MB | e3961af02bf4 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0010.pt | Weights | 140.7 MB | 5f8902d9a9ed |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0011.pt | Weights | 141.1 MB | 466af6e5ecb6 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0012.pt | Weights | 141.0 MB | 32b77366f991 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0013.pt | Weights | 140.7 MB | bdcc3a91a8b3 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0014.pt | Weights | 140.5 MB | 0ce57ffa2d24 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0015.pt | Weights | 140.6 MB | d8aab117c77d |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0016.pt | Weights | 140.8 MB | c52cec36c434 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0017.pt | Weights | 139.3 MB | 9bde09f41d59 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0018.pt | Weights | 140.8 MB | dea0e4fd3e66 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0019.pt | Weights | 140.6 MB | 4c20f4da00b5 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0020.pt | Weights | 140.8 MB | fe0cb4aed40b |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0021.pt | Weights | 137.8 MB | 4da202c9b8f6 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0022.pt | Weights | 140.8 MB | 2fb8fba404b3 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0023.pt | Weights | 140.3 MB | 820765a8f330 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0024.pt | Weights | 139.7 MB | 355d38cdc652 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0025.pt | Weights | 139.7 MB | 9186f1f5a407 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0026.pt | Weights | 139.6 MB | d9abff3360e9 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/core_block_0027.pt | Weights | 139.7 MB | c2978fa356d7 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_base.pt | Weights | 122.1 MB | fbc51bc93248 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | 4c7bf065f45f |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | c5fd63c65d8f |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | c0b050886769 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | 0b6d8310f32b |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | cf3706b62614 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | d659b3102704 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 9cd9aa8c5ef7 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | 1951ac3d5e59 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | cb17f5d55794 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | f5202805d43d |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | ec704b1299c6 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | ce8d30783672 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | b844e2ed9f6f |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | 7b456686059d |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | 58ba6935a89c |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | 9432a5371904 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | ae704b179d34 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | c6959546b006 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | ee2cca4a8b49 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 99e539379b85 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | 283dc6a13b97 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | 3d5e2232780d |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/nat.pt | Weights | 608.4 MB | 22c1139f55b9 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/opt.pt | Weights | 1.9 GB | 1c1a17ffa067 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/sat.pt | Weights | 608.4 MB | acf4ee72aa86 |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt | Weights | 18.4 MB | 3b781a4a5c81 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_bridge.pt.12afef-18d43c15858e0.raw.pt | Weights | 1.3 MB | 94722c2a7d70 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_counters.pt.7d8a-18d43c15a4032db.raw.pt | Weights | 187.1 KB | cadfecf5586c |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_rng.pt.e20-18d43c15a2d201a2.raw.pt | Weights | 5.5 KB | f58303cf922d |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0000.pt.2985c5-18d43c11aba54.raw.pt | Weights | 2.9 MB | 071e450bbea0 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0001.pt.2932b6-18d43c11ad043.raw.pt | Weights | 2.9 MB | 647d6b6e93b7 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0002.pt.294026-18d43c11ae44a.raw.pt | Weights | 2.9 MB | 4998bd69a97c |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0003.pt.294090-18d43c11af75d.raw.pt | Weights | 2.9 MB | b7d954aee78e |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0004.pt.2945dc-18d43c11b097b.raw.pt | Weights | 2.9 MB | 0e5e557de29b |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0005.pt.295e48-18d43c11b1c8e.raw.pt | Weights | 2.9 MB | 9ccd74cd1db7 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0006.pt.29826a-18d43c11b2fa1.raw.pt | Weights | 2.9 MB | e5c695a55c80 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0007.pt.295619-18d43c11b42b4.raw.pt | Weights | 2.9 MB | 18cda37f069f |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0008.pt.29791a-18d43c11b54d2.raw.pt | Weights | 2.9 MB | f70a7799d576 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0009.pt.296ac6-18d43c11b66f1.raw.pt | Weights | 2.9 MB | f1458b5337ad |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0010.pt.2955b4-18d43c11b7af8.raw.pt | Weights | 2.9 MB | cfd18af598b0 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0011.pt.297e75-18d43c11b8e0a.raw.pt | Weights | 2.9 MB | 099a2f4e46d4 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0012.pt.293cfb-18d43c11ba11d.raw.pt | Weights | 2.9 MB | bc77b5a60597 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0013.pt.292b83-18d43c11bb430.raw.pt | Weights | 2.9 MB | 3ccec92b9f05 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0014.pt.294425-18d43c11bc743.raw.pt | Weights | 2.9 MB | 5daeb288e440 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0015.pt.293882-18d43c11bdb4a.raw.pt | Weights | 2.9 MB | e95a58dac185 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0016.pt.292f5a-18d43c11bee5c.raw.pt | Weights | 2.9 MB | e2b8dd82da64 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0017.pt.293d83-18d43c11c0263.raw.pt | Weights | 2.9 MB | 835ab947cd45 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0018.pt.2955f2-18d43c11c175e.raw.pt | Weights | 2.9 MB | 82f9826556e3 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0019.pt.1e1105-18d43c11c297d.raw.pt | Weights | 2.9 MB | 9f12a22b1f02 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0020.pt.1e0ab5-18d43c11c38bf.raw.pt | Weights | 2.9 MB | f675d4faea8d |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0021.pt.1e0de3-18d43c11c4801.raw.pt | Weights | 2.9 MB | 37df78958afb |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/agillm5_detachable_50m_bridge.pt | Weights | 1.2 MB | 6f4119069f84 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/agillm5_detachable_50m_counters.pt | Weights | 32.1 KB | 24d2e89b3818 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/agillm5_detachable_50m_rng.pt | Weights | 3.6 KB | e97b9dcd645e |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/agillm5_detachable_50m_scaler.pt | Weights | 149 B | c2110dfd7b7a |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0000.pt | Weights | 2.7 MB | dc065c6ff2a9 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0001.pt | Weights | 2.7 MB | e0b7b1a90b3a |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0002.pt | Weights | 2.7 MB | 5ade5200c6de |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0003.pt | Weights | 2.7 MB | e74fbc055e5d |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0004.pt | Weights | 2.7 MB | 4236529f7fe3 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0005.pt | Weights | 2.7 MB | 95108f4bcb43 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0006.pt | Weights | 2.7 MB | 1a8571846e48 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0007.pt | Weights | 2.7 MB | b34bd097876f |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0008.pt | Weights | 2.7 MB | 0c38d60c80de |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0009.pt | Weights | 2.7 MB | 7ab74723b5d9 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0010.pt | Weights | 2.7 MB | 776a9a954cdd |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0011.pt | Weights | 2.7 MB | ee0006fdf564 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0012.pt | Weights | 2.7 MB | b6ca85988df7 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0013.pt | Weights | 2.7 MB | c8ab03f52e4a |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0014.pt | Weights | 2.7 MB | fd8a4f946eae |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0015.pt | Weights | 2.7 MB | d26526bba951 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0016.pt | Weights | 2.7 MB | 9f902551df5b |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0017.pt | Weights | 2.7 MB | 3ed1f138c713 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0018.pt | Weights | 2.7 MB | e6059082ebbf |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0019.pt | Weights | 2.0 MB | 11350137b79c |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0020.pt | Weights | 2.0 MB | d54647499c5d |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/detachable_50m_block_0021.pt | Weights | 2.0 MB | b74b9fd96911 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/scaler.pt | Weights | 149 B | c2110dfd7b7a |
| checkpoints/recovery_fedC/artifacts/delta/pretrain_delta_step00384478_from00363424_20260704T1242Z__sha256_568936af4e2e/manifest.json | Configuration | 2.3 KB | — |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/manifest.json | Configuration | 3.1 KB | — |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.provenance.json | Configuration | 25.7 KB | — |
| checkpoints/recovery_fedC/latest_full.json | Configuration | 3.1 KB | — |
| checkpoints/recovery_fedC/latest_uploaded.json | Configuration | 3.1 KB | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.provenance.json | Configuration | 44.7 KB | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_base.pt.24478335-18d45838feb.raw.pt.json | Configuration | 485 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0000.pt.857df8e-18d45839a55b.raw.pt.json | Configuration | 496 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0001.pt.85b6f1d-18d45839d0ce.raw.pt.json | Configuration | 497 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0012.pt.8788359-18d4583b773a.raw.pt.json | Configuration | 496 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0017.pt.870ad56-18d4583c287d.raw.pt.json | Configuration | 497 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0018.pt.875c763-18d4583c4936.raw.pt.json | Configuration | 497 B | — |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.shards/.agillm43_decompressed_cache/core_block_0019.pt.87368e5-18d4583c6a6a.raw.pt.json | Configuration | 497 B | — |
| checkpoints/step2865113_20260911/serving_candidate.json | Configuration | 55.4 KB | — |
| checkpoints/step2865113_20260911/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2866148_20260911/pretrain_step02866148_from02852036_20260911T1909Z.provenance.json | Configuration | 44.7 KB | — |
| checkpoints/step2866148_20260911/serving_candidate.json | Configuration | 55.1 KB | — |
| checkpoints/step2866148_20260911/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.provenance.json | Configuration | 41.6 KB | — |
| checkpoints/step2872158_20260912/serving_candidate.json | Configuration | 48.7 KB | — |
| checkpoints/step2872158_20260912/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2874393_20260912/pretrain_step02874393_from02866155_20260912T0036Z.provenance.json | Configuration | 41.6 KB | — |
| checkpoints/step2874393_20260912/serving_candidate.json | Configuration | 48.7 KB | — |
| checkpoints/step2874393_20260912/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2881229_20260912/pretrain_step02881229_from02877778_20260912T0429Z.provenance.json | Configuration | 42.0 KB | — |
| checkpoints/step2881229_20260912/serving_candidate.json | Configuration | 49.2 KB | — |
| checkpoints/step2881229_20260912/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2883066_20260912/pretrain_step02883066_from02877778_20260912T0529Z.provenance.json | Configuration | 42.0 KB | — |
| checkpoints/step2883066_20260912/serving_candidate.json | Configuration | 49.2 KB | — |
| checkpoints/step2883066_20260912/training_latest.json | Configuration | 26.9 KB | — |
| checkpoints/step2901723_20260917/serving_candidate.json | Configuration | 44.7 KB | — |
| checkpoints/step2901723_20260917/training_latest.json | Configuration | 23.1 KB | — |
| heldout_v3/MANIFEST.json | Configuration | 1.3 KB | — |
| heldout_v3/generate_heldout_v3.py | Configuration | 3.1 KB | — |
| heldout_v3/token_ids.json | Configuration | 69.8 KB | — |
| live400B/step2686052_20260903T1747Z/CONTINUE400B_FROM200B_RECEIPT.json | Configuration | 1.3 KB | — |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.provenance.json | Configuration | 38.6 KB | — |
| live400B/step2686052_20260903T1747Z/run_state.json | Configuration | 24.0 KB | — |
| live400B/step2686052_20260903T1747Z/training_latest.json | Configuration | 24.5 KB | — |
| live400B/step2791264_20260907T0342Z/CONTINUE400B_FROM200B_RECEIPT.json | Configuration | 1.3 KB | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.provenance.json | Configuration | 42.7 KB | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_bridge.pt.12b0da-18d2ec4625359.raw.pt.json | Configuration | 604 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_counters.pt.77f3-18d2ec463d59023.raw.pt.json | Configuration | 606 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_opt.pt.3f9194d-18d2ec462e44.raw.pt.json | Configuration | 601 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_rng.pt.e23-18d2ec463c0955ec.raw.pt.json | Configuration | 593 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/ar.pt.244494d4-18d2ec42d92.raw.pt.json | Configuration | 555 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_base.pt.2444b8c1-18d2ec3ec89.raw.pt.json | Configuration | 568 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0000.pt.857c9ed-18d2ec3f39a0.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0001.pt.85d17b7-18d2ec3f5824.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0002.pt.85c6fd7-18d2ec3f764d.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0003.pt.85ca202-18d2ec3f9457.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0004.pt.85ecb3e-18d2ec3fb1e7.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0005.pt.85e2937-18d2ec3fcf58.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0006.pt.86409a7-18d2ec3feed0.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0007.pt.8663d99-18d2ec400c41.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0008.pt.866153c-18d2ec402a79.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0009.pt.8632ca7-18d2ec4048cf.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0010.pt.8643243-18d2ec4067ec.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0011.pt.8657712-18d2ec408718.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0012.pt.8647efd-18d2ec40a550.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0013.pt.861097e-18d2ec40c523.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0014.pt.85e8d09-18d2ec40e3c6.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0015.pt.85ed658-18d2ec41024a.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0016.pt.8630072-18d2ec412167.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0017.pt.85db957-18d2ec413f33.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0018.pt.863968b-18d2ec415e04.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0019.pt.85fdf36-18d2ec417ba3.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0020.pt.861a09d-18d2ec419933.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0021.pt.85debbe-18d2ec41b934.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0022.pt.86391a0-18d2ec41d7b8.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0023.pt.86220a5-18d2ec41f7e8.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0024.pt.853a184-18d2ec42167b.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0025.pt.853f052-18d2ec42352d.raw.pt.json | Configuration | 581 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0026.pt.852e240-18d2ec4253cf.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/core_block_0027.pt.855b283-18d2ec4271d9.raw.pt.json | Configuration | 580 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_base.pt.747f3f7-18d2ec4290d7.raw.pt.json | Configuration | 589 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0000.pt.2984dd-18d2ec42a712f.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0001.pt.293117-18d2ec42a8536.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0002.pt.293f64-18d2ec42a9660.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0003.pt.2940ed-18d2ec42aa973.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0004.pt.2945e7-18d2ec42abc85.raw.pt.json | Configuration | 596 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0005.pt.295d70-18d2ec42acf98.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0006.pt.2981bc-18d2ec42ae493.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0007.pt.295554-18d2ec42af7a5.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0008.pt.297952-18d2ec42b0bac.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0009.pt.296a17-18d2ec42b1fb3.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0010.pt.29554f-18d2ec42b33b9.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0011.pt.297f7a-18d2ec42b47c0.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0012.pt.293d23-18d2ec42b5bc6.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0013.pt.292a46-18d2ec42b6fcd.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0014.pt.2943aa-18d2ec42b83d4.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0015.pt.293769-18d2ec42b96e6.raw.pt.json | Configuration | 596 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0016.pt.292f7b-18d2ec42ba9f9.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0017.pt.293c9a-18d2ec42bbdff.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0018.pt.2955b7-18d2ec42bd112.raw.pt.json | Configuration | 595 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0019.pt.1e1040-18d2ec42be330.raw.pt.json | Configuration | 596 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0020.pt.1e0a60-18d2ec42bf45b.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0021.pt.1e0e9c-18d2ec42c039d.raw.pt.json | Configuration | 597 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/nat.pt.244494d4-18d2ec43dba.raw.pt.json | Configuration | 556 B | — |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.shards/.agillm43_decompressed_cache/sat.pt.2444ba78-18d2ec435e4.raw.pt.json | Configuration | 556 B | — |
| live400B/step2791264_20260907T0342Z/run_state.json | Configuration | 28.1 KB | — |
| live400B/step2791264_20260907T0342Z/training_latest.json | Configuration | 29.3 KB | — |
| live400B/step2841749_20260911T0416Z/CONTINUE400B_FROM200B_RECEIPT.json | Configuration | 1.3 KB | — |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.provenance.json | Configuration | 44.0 KB | — |
| live400B/step2841749_20260911T0416Z/run_state.json | Configuration | 29.1 KB | — |
| live400B/step2841749_20260911T0416Z/training_latest.json | Configuration | 29.3 KB | — |
| popout_exports/detachable_50m_step02637889.json | Configuration | 788 B | — |
| popout_pretrain/export_v1_artifact.py | Configuration | 8.4 KB | — |
| popout_pretrain/heldout_v3_token_ids.json | Configuration | 69.8 KB | — |
| popout_pretrain/train_scratch_lm.py | Configuration | 23.9 KB | — |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.provenance.json | Configuration | 40.5 KB | — |
| runtime_snapshots/agillm43_singlefile_intelligence_v23_improved_20260823.py | Configuration | 1.3 MB | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.provenance.json | Configuration | 44.7 KB | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_bridge.pt.12afef-18d43c15858e0.raw.pt.json | Configuration | 556 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_counters.pt.7d8a-18d43c15a4032db.raw.pt.json | Configuration | 558 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_opt.pt.3d6f35b-18d43c15912d.raw.pt.json | Configuration | 553 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/agillm5_detachable_50m_rng.pt.e20-18d43c15a2d201a2.raw.pt.json | Configuration | 545 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/ar.pt.24477c74-18d43c11ed9.raw.pt.json | Configuration | 507 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_base.pt.24476f5b-18d43c0d82a.raw.pt.json | Configuration | 521 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0000.pt.857489a-18d43c0df86b.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0001.pt.85b7048-18d43c0e18aa.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0002.pt.85b0b4b-18d43c0e3841.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0003.pt.85ad9de-18d43c0e56e4.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0004.pt.85d33e9-18d43c0e7559.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0005.pt.85c5ad6-18d43c0e94e1.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0006.pt.861c599-18d43c0eb2ae.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0007.pt.864155d-18d43c0ed2a1.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0008.pt.8623827-18d43c0ef0f7.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0009.pt.876a337-18d43c0f134c.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0010.pt.8770040-18d43c0f33aa.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0011.pt.8784f78-18d43c0f5299.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0012.pt.8787417-18d43c0f7492.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0013.pt.8757524-18d43c0f9448.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0014.pt.876906e-18d43c0fb599.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0015.pt.8729f3d-18d43c0fd55e.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0016.pt.876b484-18d43c0ff6b0.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0017.pt.870b4f9-18d43c101905.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0018.pt.875ccd5-18d43c103c4e.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0019.pt.8737000-18d43c106264.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0020.pt.874a081-18d43c10846d.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0021.pt.871bde4-18d43c10a554.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0022.pt.8773b82-18d43c10c5d0.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0023.pt.87b0b96-18d43c10e815.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0024.pt.86a8067-18d43c1107bc.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0025.pt.86ae4de-18d43c1128d0.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0026.pt.869ea7a-18d43c114a31.raw.pt.json | Configuration | 533 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/core_block_0027.pt.86ca73d-18d43c116cf1.raw.pt.json | Configuration | 532 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_base.pt.74818f9-18d43c1192ca.raw.pt.json | Configuration | 541 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0000.pt.2985c5-18d43c11aba54.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0001.pt.2932b6-18d43c11ad043.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0002.pt.294026-18d43c11ae44a.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0003.pt.294090-18d43c11af75d.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0004.pt.2945dc-18d43c11b097b.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0005.pt.295e48-18d43c11b1c8e.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0006.pt.29826a-18d43c11b2fa1.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0007.pt.295619-18d43c11b42b4.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0008.pt.29791a-18d43c11b54d2.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0009.pt.296ac6-18d43c11b66f1.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0010.pt.2955b4-18d43c11b7af8.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0011.pt.297e75-18d43c11b8e0a.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0012.pt.293cfb-18d43c11ba11d.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0013.pt.292b83-18d43c11bb430.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0014.pt.294425-18d43c11bc743.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0015.pt.293882-18d43c11bdb4a.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0016.pt.292f5a-18d43c11bee5c.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0017.pt.293d83-18d43c11c0263.raw.pt.json | Configuration | 548 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0018.pt.2955f2-18d43c11c175e.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0019.pt.1e1105-18d43c11c297d.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0020.pt.1e0ab5-18d43c11c38bf.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/detachable_50m_block_0021.pt.1e0de3-18d43c11c4801.raw.pt.json | Configuration | 549 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/nat.pt.24477c74-18d43c130ba.raw.pt.json | Configuration | 508 B | — |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.shards/.agillm43_decompressed_cache/sat.pt.2447a1cd-18d43c127da.raw.pt.json | Configuration | 509 B | — |
| step2848710/serving_candidate.json | Configuration | 55.5 KB | — |
| step2848710/training_latest.json | Configuration | 29.4 KB | — |
| trainers/agillm44_retention4.py | Configuration | 2.1 MB | — |
| trainers/agillm44_retention4_20260917_0a05bc5c.py | Configuration | 2.1 MB | — |
| trainers/agillm44_retention4_20260918_35d41e40.py | Configuration | 2.1 MB | — |
| trainers/agillm44_singlefile.py | Configuration | 2.0 MB | — |
| trainers/agillm44_singlefile_20260912_a0660f15.py | Configuration | 2.0 MB | — |
| trainers/agillm_gb10_1pf.rpv16_affine_sharedquant_phaseclock_datacursor_targetfix_prod_v1.py | Configuration | 51.1 KB | — |
| trainers/agillm_gb10_1pf_rpv16_targetfix_prod_v1_20260918_ab345925.py | Configuration | 51.1 KB | — |
| trainers/runtime_moe_rows.py | Configuration | 2.0 MB | — |
| trainers/runtime_moe_rows_20260912_1f81f070.py | Configuration | 2.0 MB | — |
| trainers/runtime_retain_activations_v2.py | Configuration | 2.0 MB | — |
| trainers/runtime_retain_activations_v2_20260910.py | Configuration | 1.9 MB | — |
| trainers/runtime_retain_activations_v2_20260911_989a7ee5.py | Configuration | 2.0 MB | — |
| trainers/runtime_varblock_v28.py | Configuration | 2.0 MB | — |
| trainers/runtime_varblock_v28_20260912_b195ae21.py | Configuration | 2.0 MB | — |
| README.md | Documentation | 38.1 KB | — |
| checkpoints/recovery_fedC/artifacts/delta/pretrain_delta_step00384478_from00363424_20260704T1242Z__sha256_568936af4e2e/pretrain_delta_step00384478_from00363424_20260704T1242Z.pt.sha256 | Other | 125 B | — |
| checkpoints/recovery_fedC/artifacts/delta/pretrain_delta_step00384478_from00363424_20260704T1242Z__sha256_568936af4e2e/pretrain_delta_step00384478_from00363424_20260704T1242Z.sha256 | Other | 125 B | — |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.sha256 | Other | 119 B | — |
| ops_git/agillm_ops_vast47086549.bundle | Other | 2.5 MB | 1397d6933d98 |
| popout_pretrain/MANIFEST.sha256 | Other | 593 B | — |
| popout_pretrain/SHA256SUMS | Other | 174 B | — |
| popout_pretrain/gpu_bootstrap.sh | Other | 1.7 KB | — |
| trainers/README_trainer_0a05bc5c.txt | Other | 766 B | — |
| trainers/README_trainer_1f81f070.txt | Other | 316 B | — |
| trainers/README_trainer_35d41e40.txt | Other | 457 B | — |
| trainers/README_trainer_989a7ee5.txt | Other | 247 B | — |
| trainers/README_trainer_a0660f15.txt | Other | 331 B | — |
| trainers/README_trainer_ab345925.txt | Other | 766 B | — |
| trainers/README_trainer_b195ae21.txt | Other | 324 B | — |
| trainers/SHA256SUMS.txt | Other | 371 B | — |
| .gitattributes | Repository | 62.4 KB | — |
| checkpoints/recovery_fedC/artifacts/full/pretrain_step00364414_from00363424_20260704T0217Z__sha256_d8c7d0750c80/pretrain_step00364414_from00363424_20260704T0217Z.pt.tokenizer.json | Tokenizer | 12.4 MB | 5e2584998d8d |
| checkpoints/step2865113_20260911/pretrain_step02865113_from02852036_20260911T1839Z.pt.tokenizer.json | Tokenizer | 17.5 MB | da9d0806ca0f |
| checkpoints/step2866148_20260911/pretrain_step02866148_from02852036_20260911T1909Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 197c233134cc |
| checkpoints/step2866148_20260911/tokenizer.json | Tokenizer | 10.1 MB | — |
| checkpoints/step2872158_20260912/pretrain_step02872158_from02866155_20260911T2336Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 836a21bf5aa6 |
| checkpoints/step2874393_20260912/pretrain_step02874393_from02866155_20260912T0036Z.pt.tokenizer.json | Tokenizer | 17.5 MB | e9eb332072c4 |
| checkpoints/step2881229_20260912/pretrain_step02881229_from02877778_20260912T0429Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 2fbe24efc4d3 |
| checkpoints/step2883066_20260912/pretrain_step02883066_from02877778_20260912T0529Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 975d332561d6 |
| checkpoints/step2901723_20260917/pretrain_step02901723_from02901722_20260917T0418Z.pt.tokenizer.json | Tokenizer | 17.5 MB | abd8646da93a |
| checkpoints/step2902339_20260917/pretrain_step02902339_from02902338_20260917T0521Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 6db9ae201030 |
| checkpoints/step2903181_20260917/pretrain_step02903181_from02902962_20260917T063200_1789626720022121584_417994_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | e7fbd1f06651 |
| checkpoints/step2903182_20260917/pretrain_step02903182_from02903181_20260917T0719Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 708f95a0a128 |
| checkpoints/step2903379_20260917/pretrain_step02903379_from02903182_20260917T082753_1789633673127544679_707020_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | fc99ba046c1c |
| checkpoints/step2903401_20260917/pretrain_step02903401_from02903379_20260917T091529_1789636529501139299_792717_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 36b75c69a314 |
| checkpoints/step2903402_20260917/pretrain_step02903402_from02903401_20260917T1009Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 73e4c7b035c5 |
| checkpoints/step2904021_20260917/pretrain_step02904021_from02903402_20260917T1246Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 5f1b327b3a6a |
| checkpoints/step2904087_20260918/pretrain_step02904087_from02904028_20260918T001304_1789690384881996332_1784767_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 07f8222b5da0 |
| checkpoints/step2904295_20260918/pretrain_step02904295_from02904088_20260918T022003_1789698003600747329_1896877_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 3926173bd45a |
| checkpoints/step2905530_20260918/pretrain_step02905530_from02904902_20260918T0733Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 4af1e5bad6de |
| checkpoints/step2906172_20260918/pretrain_step02906172_from02904902_20260918T0803Z.pt.tokenizer.json | Tokenizer | 17.5 MB | f3efce1a7554 |
| checkpoints/step2906211_20260918/pretrain_step02906211_from02906172_20260918T090849_1789722529295524354_2900865_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 21fa19122e46 |
| checkpoints/step2906834_20260918/pretrain_step02906834_from02906212_20260918T1137Z.pt.tokenizer.json | Tokenizer | 17.5 MB | 07ec4fe86671 |
| checkpoints/step2907461_20260918/pretrain_step02907461_from02906834_20260918T1237Z.pt.tokenizer.json | Tokenizer | 17.5 MB | f407905932cf |
| checkpoints/step2907933_20260918/pretrain_step02907933_from02907461_20260918T133114_1789738274088072633_3627679_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 57d9041194bb |
| checkpoints/step2990990_20260914/pretrain_step02990990_from02954544_20260914T1945Z.pt.tokenizer.json | Tokenizer | 17.5 MB | a5608b38e3ad |
| live400B/step2686052_20260903T1747Z/pretrain_step02686052_from02684402_20260903T1742Z.pt.tokenizer.json | Tokenizer | 17.5 MB | c66bd5f50144 |
| live400B/step2791264_20260907T0342Z/pretrain_step02791264_from02787566_20260907T032915_1788751755532178077_3798343_000029.pt.tokenizer.json | Tokenizer | 17.5 MB | be68bc820161 |
| live400B/step2841749_20260911T0416Z/pretrain_step02841749_from02840270_20260911T041419_1789100059328894287_317951_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | b23f876866f2 |
| popout_pretrain/tokenizer.json | Tokenizer | 4.9 MB | — |
| reclaim_continue400B/step2738070_20260906T0332Z/pretrain_step02738070_from02717509_20260904T234709_1788565629207388472_732670_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | 2d28b226be9e |
| reclaim_continue400B/step2738070_frozen_ce_20260906T0356Z/pretrain_step02738070_frozen_ce_derived_5ac30ae52c7d0553.pt.tokenizer.json | Tokenizer | 17.5 MB | 29d02a5d32c5 |
| step2848710/pretrain_step02848710_from02848688_20260911T100258_1789120978961202813_1518633_000001.pt.tokenizer.json | Tokenizer | 17.5 MB | d96a7ed04e99 |
License and Download
- License
- mit
- Access
- Open weights, no gate
- Download size
- 214.3 GB
Released by Robert Francis through its official repository on Hugging Face. Read the license.
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 214.3 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Questions About AGILLM-4.3-checkpoints
Can I use AGILLM-4.3-checkpoints commercially?
Yes. AGILLM-4.3-checkpoints 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.