TokenBender commited on
Commit
e3cab52
·
verified ·
1 Parent(s): 429ab6f

Document circuit-shotting artifact layout

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - mechanistic-interpretability
5
+ - circuit-tracing
6
+ - arithmetic
7
+ - qwen
8
+ - sparse-circuits
9
+ pretty_name: Circuit Shotting Artifacts
10
+ ---
11
+
12
+ # Circuit Shotting Artifacts
13
+
14
+ This dataset stores large/generated artifacts externalized from `Occupying-Mars/circuit-shotting`.
15
+
16
+ The Git repo keeps source code, configs, lightweight reports, and current narrative documents. This HF dataset keeps generated datasets, raw result trees, pod artifact bundles, masks, dashboards, logs, adapters, and reference files that do not belong in normal Git history.
17
+
18
+ ## Layout
19
+
20
+ | path | contents |
21
+ |---|---|
22
+ | `circuit-shotting/data/` | generated evaluation datasets and correctness sets |
23
+ | `circuit-shotting/results/` | local result directories, masks, dashboards, profiles, plots |
24
+ | `circuit-shotting/artifacts/` | pod logs, fetched run artifacts, tarballs, summaries, adapter weights |
25
+ | `circuit-shotting/references/` | reference files removed from Git |
26
+ | `circuit-shotting/manifests/` | checksum and size manifests for externalized files |
27
+
28
+ ## Restore
29
+
30
+ Download the artifact subtree with:
31
+
32
+ ```bash
33
+ hf download TokenBender/circuit-discovery --repo-type dataset --include "circuit-shotting/**" --local-dir hf_artifacts
34
+ ```
35
+
36
+ To restore the old repo-relative layout, copy `hf_artifacts/circuit-shotting/data`, `hf_artifacts/circuit-shotting/results`, and `hf_artifacts/circuit-shotting/artifacts` into the repo root.
37
+
38
+ ## Manifest
39
+
40
+ The manifest at `circuit-shotting/manifests/externalized_git_artifacts_2026-04-25.json` records source paths, HF paths, byte sizes, and SHA-256 checksums.
41
+
42
+ Total payload in this manifest: 1642 files, 4768.22 MiB.
43
+
44
+ Skipped junk files are macOS `.DS_Store` and `._*` resource-fork files.