File size: 1,633 Bytes
d3bbb53 80ef3b2 d3bbb53 0847cd0 80ef3b2 d3bbb53 80ef3b2 d3bbb53 80ef3b2 d3bbb53 0847cd0 d3bbb53 80ef3b2 d3bbb53 80ef3b2 0847cd0 80ef3b2 d3bbb53 80ef3b2 d3bbb53 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Public Artifact Map
This map describes the public Hugging Face release boundary. Manuscript TeX,
BibTeX, table TeX, and TikZ source are intentionally excluded. A compiled paper
PDF is included.
## Included Public Artifacts
| Area | Release files | Notes |
|---|---|---|
| Model code | `models/wildfire_fm/modeling_unet.py` | Compact U-Net used by the released checkpoints. |
| Checkpoint metadata | `models/wildfire_fm/checkpoint_manifest.json` | Lists five seeded checkpoint paths, SHA-256 hashes, and byte sizes. |
| Paper PDF | `paper/wildfire_fm_evaluation_contracts.pdf` | Compiled from the final local manuscript source; source files are not included. |
| Figure previews | `assets/*.png`, `assets/*.svg` | Hub-page visuals and final-paper figure previews. |
| Figure PDFs | `paper_outputs/figures/*.pdf` | Selected final-paper figures retained for visual reproducibility. |
| Numeric summaries | `artifacts/results/*.csv`, `artifacts/results/*.json` | Sanitized compact summaries; local machine paths removed. |
| Data notes | `data_sources/DATA_SOURCES.md` | Source roles and access entry points; raw data are not redistributed. |
| Raw rerun references | `experiments/` | Sanitized scripts/templates requiring user-provided data and paths. |
## Excluded Manuscript Artifacts
The release does not include manuscript TeX, `paper_outputs/tables/`, generated
table TeX, `.tikz`, or `.bib` files. Only the compiled PDF is published.
## Verification
```bash
python3 scripts/reproduce_paper_outputs.py
```
This command checks public artifact hashes and audits that manuscript/source
artifacts and local paths are absent.
|