anhtld commited on
Commit
6ffbf48
·
verified ·
1 Parent(s): 2bc2a53

manual-ctt-train-artifact-sync 2026-07-04T05:01:29Z workspace

Browse files
Files changed (1) hide show
  1. workspace/README.md +8 -1
workspace/README.md CHANGED
@@ -260,7 +260,10 @@ Data/chart export and audits:
260
 
261
  CTT training/proxy/rollout:
262
 
263
- - `scripts/train_ctt.py`: trains residual or gated residual CTT.
 
 
 
264
  - `scripts/eval_ctt_proxy.py`: proxy support evaluation with PPTC,
265
  NegativeNear, PosCloserThanNeg, distance, diversity, and collapse metrics.
266
  Use `--no-markdown-report` for README-only runs.
@@ -427,6 +430,10 @@ High-value run directories:
427
  - `runs/chart_feature_audit*`: feature-source audits.
428
  - `runs/ctt_residual_full_seed{0,1,2}`: full residual CTT training.
429
  - `runs/ctt_gated_residual_full_seed{0,1,2}`: full gated residual CTT training.
 
 
 
 
430
  - `runs/ctt_base_context_obs_test_envclip_k16_rollout_comparison`: current
431
  strongest measured support artifact.
432
  - `runs/ctt_val_proxy_comparison`: CTT-vs-local-atlas proxy support gate.
 
260
 
261
  CTT training/proxy/rollout:
262
 
263
+ - `scripts/train_ctt.py`: trains residual or gated residual CTT. It logs
264
+ configured loss weights plus per-epoch component losses for positive
265
+ alignment, negative boundary, ranking, cycle, and diversity terms. Use
266
+ `--no-markdown-report` for README-only runs.
267
  - `scripts/eval_ctt_proxy.py`: proxy support evaluation with PPTC,
268
  NegativeNear, PosCloserThanNeg, distance, diversity, and collapse metrics.
269
  Use `--no-markdown-report` for README-only runs.
 
430
  - `runs/chart_feature_audit*`: feature-source audits.
431
  - `runs/ctt_residual_full_seed{0,1,2}`: full residual CTT training.
432
  - `runs/ctt_gated_residual_full_seed{0,1,2}`: full gated residual CTT training.
433
+ - `runs/ctt_residual_component_smoke`: real-data CTT training smoke with
434
+ `--no-markdown-report`; logs configured loss weights and per-component loss
435
+ means for positive alignment, negative boundary, ranking, cycle, and
436
+ diversity terms.
437
  - `runs/ctt_base_context_obs_test_envclip_k16_rollout_comparison`: current
438
  strongest measured support artifact.
439
  - `runs/ctt_val_proxy_comparison`: CTT-vs-local-atlas proxy support gate.