| # Codex Experiment Archive | |
| This folder contains an archived copy of the local `Codex_Experiment` workspace. | |
| The original raw tree had more than 150,000 files, including directories with more than 10,000 files. | |
| Hugging Face rejects that raw layout, so bulky data directories are stored as `.tar.zst` archives. | |
| ## Layout | |
| - `archives/*.tar.zst`: restorable archives from the original experiment tree | |
| - `docs_src_preserved/`: lightweight docs, source, configs, logs, tests, and summary files kept directly browseable | |
| - `archive_manifest.json`: source component sizes and uploaded archive paths | |
| To restore an archive: | |
| ```bash | |
| tar --zstd -xf archives/wallet_0xb27b.tar.zst | |
| ``` | |
| Dataset URL: https://huggingface.co/datasets/gude/polymarket-wallet-activity/tree/main/Codex_Experiment | |