FerrellSyntheticIntelligence commited on
Commit
6622b8b
·
verified ·
1 Parent(s): 622d5b4

Upload CHANGELOG.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +10 -0
CHANGELOG.md CHANGED
@@ -894,3 +894,13 @@ RSS ~1.1GB growing, log logs/pretrain50m.log, first step line at 550.
894
  data/sft_v26.jsonl = 317 rows (119 base + 198 gold; 28/class x 7 + 2
895
  final) via data/build_gold_900.py (assemble-only, hard-aborts on
896
  malformed rows). Next SFT run (v26) will train on this.
 
 
 
 
 
 
 
 
 
 
 
894
  data/sft_v26.jsonl = 317 rows (119 base + 198 gold; 28/class x 7 + 2
895
  final) via data/build_gold_900.py (assemble-only, hard-aborts on
896
  malformed rows). Next SFT run (v26) will train on this.
897
+
898
+ ## 2026-08-13 — HF continuity backup: repo + full-project push
899
+ - Created private repo `FerrellSyntheticIntelligence/fsi-anomaly` (backup so
900
+ the project can be pulled to another machine and continued; NOT a release).
901
+ - `hf_backup.py`: batched, resume-safe uploader (manifest by sha256, skips
902
+ files already on the Hub, commits every ~100 files / ~1.5GB). Push started
903
+ 2026-08-13 23:57 UTC covering every project file including all checkpoints.
904
+ - `agent_notes.md`: added "PICK UP HERE — 2026-08-13" handoff block at the top
905
+ (what the project is, current 50M/16k model line, measured battery numbers,
906
+ staged data, running pipeline, verified commands, measured gotchas).