docs: correct post-annotation byte totals
Browse files- README.md +1 -1
- UPLOAD_MANIFEST.md +2 -2
README.md
CHANGED
|
@@ -30,7 +30,7 @@ Executable training/evaluation revision: `fd6f8d026475b1cd0da01a1ea1aa41b015faa3
|
|
| 30 |
| `models/loss_design_ablation/` | NoStatic `legacy_two_step` controlled comparison | 2 | 0.28 GB |
|
| 31 |
| `models/main_recovery/` | Recovery runs for main MIP experiments | 15 | 2.13 GB |
|
| 32 |
|
| 33 |
-
The `models/` tree contains 187 weight files plus 64 YAML configuration/provenance files (251 files; 48,484,266,
|
| 34 |
|
| 35 |
## Model interface
|
| 36 |
|
|
|
|
| 30 |
| `models/loss_design_ablation/` | NoStatic `legacy_two_step` controlled comparison | 2 | 0.28 GB |
|
| 31 |
| `models/main_recovery/` | Recovery runs for main MIP experiments | 15 | 2.13 GB |
|
| 32 |
|
| 33 |
+
The `models/` tree contains 187 weight files plus 64 YAML configuration/provenance files (251 files; 48,484,266,591 logical bytes before Xet deduplication). Datasets, W&B run data, raw training logs, cached outputs, and local environments are intentionally excluded. Five W&B-generated YAML metadata copies are also excluded because the corresponding canonical run/Hydra configurations are already included.
|
| 34 |
|
| 35 |
## Model interface
|
| 36 |
|
UPLOAD_MANIFEST.md
CHANGED
|
@@ -14,8 +14,8 @@ Excluded assets: datasets, W&B directories, metrics JSONL, text training logs, H
|
|
| 14 |
| `experiments/checkpoints/robotwin` | `models/robotwin` | 35 | 25 | 3,543,308,385 |
|
| 15 |
| `experiments/checkpoints/fk_weight_ablation` | `models/fk_weight_ablation` | 18 | 15 | 2,125,959,678 |
|
| 16 |
| `experiments/checkpoints/comparison_imports` | `models/comparison_imports` | 2 | 1 | 141,738,139 |
|
| 17 |
-
| is5090 NoStatic legacy run + curated metadata | `models/loss_design_ablation/legacy_two_step_nostatic_seed0` | 4 | 2 | 283,
|
| 18 |
| `mip/checkpoints/main_recovery` | `models/main_recovery` | 18 | 15 | 2,125,958,523 |
|
| 19 |
-
| **Total** | `models/` | **251** | **187** | **48,484,266,
|
| 20 |
|
| 21 |
The byte totals above describe the selected local files before Xet deduplication and repository-side storage accounting. The 64 YAML files are canonical run/Hydra configurations or curated provenance metadata adjacent to the weights; five W&B-generated `wandb/run-*/files/config.yaml` metadata copies were deliberately excluded because their canonical configurations are already present.
|
|
|
|
| 14 |
| `experiments/checkpoints/robotwin` | `models/robotwin` | 35 | 25 | 3,543,308,385 |
|
| 15 |
| `experiments/checkpoints/fk_weight_ablation` | `models/fk_weight_ablation` | 18 | 15 | 2,125,959,678 |
|
| 16 |
| `experiments/checkpoints/comparison_imports` | `models/comparison_imports` | 2 | 1 | 141,738,139 |
|
| 17 |
+
| is5090 NoStatic legacy run + curated metadata | `models/loss_design_ablation/legacy_two_step_nostatic_seed0` | 4 | 2 | 283,479,044 |
|
| 18 |
| `mip/checkpoints/main_recovery` | `models/main_recovery` | 18 | 15 | 2,125,958,523 |
|
| 19 |
+
| **Total** | `models/` | **251** | **187** | **48,484,266,591** |
|
| 20 |
|
| 21 |
The byte totals above describe the selected local files before Xet deduplication and repository-side storage accounting. The 64 YAML files are canonical run/Hydra configurations or curated provenance metadata adjacent to the weights; five W&B-generated `wandb/run-*/files/config.yaml` metadata copies were deliberately excluded because their canonical configurations are already present.
|