Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,7 +26,8 @@ history:
|
|
| 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
|
|
@@ -50,10 +51,13 @@ Install the Hugging Face CLI and upload from the original workspace:
|
|
| 50 |
```bash
|
| 51 |
pip install -U huggingface_hub[hf_transfer]
|
| 52 |
hf auth login
|
| 53 |
-
cd /
|
| 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.
|
|
|
|
| 26 |
- decode-time activation caches
|
| 27 |
- shared-subspace bases
|
| 28 |
- patchback result archives
|
| 29 |
+
- downstream compression outputs, with oversized profiling caches stored as
|
| 30 |
+
`.pt.part-*` chunks
|
| 31 |
- selected steering vectors and cached candidate pools
|
| 32 |
|
| 33 |
The GitHub branch tracks compact code, scripts, summaries, and the full artifact
|
|
|
|
| 51 |
```bash
|
| 52 |
pip install -U huggingface_hub[hf_transfer]
|
| 53 |
hf auth login
|
| 54 |
+
cd /path/to/decodeshare
|
| 55 |
hf upload Zishan-Shao/decodeshare Hype1/results/acts artifacts/Hype1/results/acts
|
| 56 |
hf upload Zishan-Shao/decodeshare patch_back/results artifacts/patch_back/results
|
|
|
|
| 57 |
```
|
| 58 |
|
| 59 |
+
For downstream profiling caches, use the split-file workflow in
|
| 60 |
+
`docs/HUGGINGFACE_UPLOAD.md`. Reassembly notes are included under
|
| 61 |
+
`artifacts/downstream/outputs/SPLIT_FILES.md` after upload.
|
| 62 |
+
|
| 63 |
Model and dataset licenses remain governed by their upstream providers.
|