File size: 1,443 Bytes
98fa1a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 0511 Backup

Created on 2026-05-11 in `/data/home/azanette/DSGRPO`.

## Layout

- `artifacts/hf_models/`: physical copy of checkpoint directories from `hf_models/`.
- `artifacts/wandb/`: physical copy of remaining `wandb/offline-run-*` directories.
- `artifacts/logs/`: training logs.
- `artifacts/repo_files/`: launch/train scripts plus the source `run_inventory.csv`.
- `index/backup_run_index.csv`: main run index, one checkpoint run per row, with original and backup paths.
- `index/source_run_inventory.csv`: original inventory generated before backup.
- `index/project_summary.csv`: per-project count and size summary.
- `index/unmapped_wandb_runs.csv`: W&B offline dirs with no matching checkpoint run.
- `index/copy_units.csv`: top-level copy plan.

## Counts

- Checkpoint runs: 41
- Checkpoint directories: 257
- Checkpoint bytes in indexed runs: 2172570681345 (2.0 TiB)
- Mapped W&B offline dirs: 47
- Total W&B offline dirs copied: 56
- Unmapped W&B offline dirs copied but separated in index: 9

## Notes

The two stopped entropy seed102 runs and their W&B dirs were removed before this backup. This folder is intended as a staging tree for Hugging Face upload.

## Upload Helper

After `index/COPY_DONE` exists, upload with:

```bash
HF_REPO_TYPE=dataset HF_PRIVATE=0 HF_UPLOAD_NUM_WORKERS=2 bash 0511_backup/scripts/upload_to_hf.sh <namespace/repo_name>
```

The script refuses to upload before the backup copy has completed.