Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- interpretability
|
| 5 |
+
- mechanistic-interpretability
|
| 6 |
+
- activation-steering
|
| 7 |
+
- llm
|
| 8 |
+
- kv-cache
|
| 9 |
+
- icml-2026
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# DecodeShare
|
| 13 |
+
|
| 14 |
+
Large artifacts for **DecodeShare: Tracing the Shared Pathways of LLM
|
| 15 |
+
Decode-Time Decisions**.
|
| 16 |
+
|
| 17 |
+
The corresponding GitHub release branch is:
|
| 18 |
+
|
| 19 |
+
```text
|
| 20 |
+
https://github.com/Zishan-Shao/decodeshare/tree/Halo
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
This Hugging Face repository is intended for files that should not live in Git
|
| 24 |
+
history:
|
| 25 |
+
|
| 26 |
+
- decode-time activation caches
|
| 27 |
+
- shared-subspace bases
|
| 28 |
+
- patchback result archives
|
| 29 |
+
- downstream compression outputs
|
| 30 |
+
- selected steering vectors and cached candidate pools
|
| 31 |
+
|
| 32 |
+
The GitHub branch tracks compact code, scripts, summaries, and the full artifact
|
| 33 |
+
manifest at:
|
| 34 |
+
|
| 35 |
+
```text
|
| 36 |
+
docs/artifact_manifest.tsv
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
Suggested layout:
|
| 40 |
+
|
| 41 |
+
```text
|
| 42 |
+
artifacts/
|
| 43 |
+
Hype1/results/acts/
|
| 44 |
+
patch_back/results/
|
| 45 |
+
downstream/outputs/
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
Install the Hugging Face CLI and upload from the original workspace:
|
| 49 |
+
|
| 50 |
+
```bash
|
| 51 |
+
pip install -U huggingface_hub[hf_transfer]
|
| 52 |
+
hf auth login
|
| 53 |
+
cd /home/zs89/decodeshare
|
| 54 |
+
hf upload Zishan-Shao/decodeshare Hype1/results/acts artifacts/Hype1/results/acts
|
| 55 |
+
hf upload Zishan-Shao/decodeshare patch_back/results artifacts/patch_back/results
|
| 56 |
+
hf upload Zishan-Shao/decodeshare downstream/outputs artifacts/downstream/outputs
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
Model and dataset licenses remain governed by their upstream providers.
|